add missing docs

This commit is contained in:
steven-omaha
2023-02-14 15:01:01 +01:00
parent d982149595
commit c490c660b4
10 changed files with 88 additions and 29 deletions
+1
View File
@@ -67,6 +67,7 @@ fn get_arg_parser() -> Command {
.subcommand(Command::new(VERSION).about("show version info"))
}
/// Get and parse the CLI arguments.
#[must_use]
pub fn get() -> clap::ArgMatches {
get_arg_parser().get_matches()