docs: extend 'get_args' docstring

This commit is contained in:
steven-omaha
2023-05-22 12:32:21 +02:00
parent 0a781ed15b
commit 32c2471073
+1 -1
View File
@@ -141,7 +141,7 @@ fn build_noconfirm_arg() -> Arg {
.action(ArgAction::SetTrue) .action(ArgAction::SetTrue)
} }
/// Get and parse the CLI arguments. /// Get and parse the CLI arguments. Returns an instance of [`clap::ArgMatches`].
#[must_use] #[must_use]
pub fn get() -> clap::ArgMatches { pub fn get() -> clap::ArgMatches {
build_cli().get_matches() build_cli().get_matches()