Merge pull request #3479 from epage/docs

docs: Tell people to use latest API
This commit is contained in:
Ed Page 2022-02-16 17:43:52 -06:00 committed by GitHub
commit db9b1815f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]