mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
parent
d7a35137e3
commit
fa24b9f173
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ use crate::build::debug_asserts::assert_app;
|
|||
/// arguments (or lack thereof).
|
||||
///
|
||||
/// When deriving a [`Parser`][crate::Parser], you can use
|
||||
/// [`CommandFactory::into_app`][crate::CommandFactory::into_app] to access the
|
||||
/// [`CommandFactory::command`][crate::CommandFactory::command] to access the
|
||||
/// `Command`.
|
||||
///
|
||||
/// - [Basic API][crate::App#basic-api]
|
||||
|
|
Loading…
Add table
Reference in a new issue