mirror of
https://github.com/clap-rs/clap
synced 2024-12-04 18:19:13 +00:00
parent
a87fba2bb6
commit
1db9df4a48
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@
|
|||
//! [`Parser`][crate::Parser])
|
||||
//! - Proactively check for bad [`Command`][crate::Command] configurations by calling
|
||||
//! [`Command::debug_assert`][crate::Command::debug_assert] in a test
|
||||
//! ([example](../tutorial_derive/05_01_assert.rs))
|
||||
//! ([example][_tutorial#testing])
|
||||
//! - Always remember to [document](#doc-comments) args and commands with `#![deny(missing_docs)]`
|
||||
|
||||
pub mod _tutorial;
|
||||
|
|
Loading…
Reference in a new issue