Skip to content

Commit

Permalink
docs(tutorial): Introduce the quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 20, 2025
1 parent e01e2b9 commit 6e817b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/_derive/_tutorial/chapter_0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
//! $ cargo add clap --features derive
//! ```
//!
//! Here is a preview of the type of application you can make:
//! ```rust
#![doc = include_str!("../../../examples/tutorial_derive/01_quick.rs")]
//! ```
Expand Down
1 change: 1 addition & 0 deletions src/_tutorial/chapter_0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//! $ cargo add clap
//! ```
//!
//! Here is a preview of the type of application you can make:
//! ```rust
#![doc = include_str!("../../examples/tutorial_builder/01_quick.rs")]
//! ```
Expand Down

0 comments on commit 6e817b9

Please sign in to comment.