fix crate-docs and some lints

This commit is contained in:
steven-omaha
2023-02-14 15:13:04 +01:00
parent c490c660b4
commit bcf5093c7e
6 changed files with 25 additions and 3 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ pub fn get() -> clap::ArgMatches {
get_arg_parser().get_matches()
}
pub(crate) fn get_absolutized_file_paths(arg_match: &ArgMatches) -> Result<Vec<PathBuf>> {
pub fn get_absolutized_file_paths(arg_match: &ArgMatches) -> Result<Vec<PathBuf>> {
Ok(arg_match
.get_many::<String>("files")
.context("getting files from args")?