mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +00:00
Merge pull request #3479 from epage/docs
docs: Tell people to use latest API
This commit is contained in:
commit
db9b1815f6
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…
Reference in a new issue