We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7a3513 + fa24b9f commit db9b181Copy full SHA for db9b181
src/build/command.rs
@@ -40,7 +40,7 @@ use crate::build::debug_asserts::assert_app;
40
/// arguments (or lack thereof).
41
///
42
/// When deriving a [`Parser`][crate::Parser], you can use
43
-/// [`CommandFactory::into_app`][crate::CommandFactory::into_app] to access the
+/// [`CommandFactory::command`][crate::CommandFactory::command] to access the
44
/// `Command`.
45
46
/// - [Basic API][crate::App#basic-api]
0 commit comments