We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318e0ab commit 5e02445Copy full SHA for 5e02445
src/lib.rs
@@ -40,13 +40,13 @@
40
//! ```
41
//! *(See also [feature flag reference][_features])*
42
//!
43
-//! Then in `main.rs`:
+//! Then define your CLI in `main.rs`:
44
#![cfg_attr(not(feature = "derive"), doc = " ```ignore")]
45
#![cfg_attr(feature = "derive", doc = " ```no_run")]
46
#![doc = include_str!("../examples/demo.rs")]
47
48
49
-//! Then try it out:
+//! And try it out:
50
#![doc = include_str!("../examples/demo.md")]
51
52
//! See also the derive [tutorial][_derive::_tutorial] and [reference][_derive]
0 commit comments