docs: Tell people to use latest API

Fixes #3478
This commit is contained in:
Ed Page 2022-02-16 16:27:41 -06:00
parent d7a35137e3
commit fa24b9f173

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]