Make the path argument to cargo dylint upgrade
optional
#601
Labels
good first issue
Good for newcomers
cargo dylint upgrade
optional
#601
Make this optional:
Default to the current directory when
PATH
is not provide.The changes that would be required are the following:
path
's type fromString
toOption<String>
in two places:dylint/cargo-dylint/src/main.rs
Line 128 in d75ae91
dylint/dylint/src/opts.rs
Line 110 in d75ae91
path
isNone
here:dylint/dylint/src/package_options/mod.rs
Line 100 in d75ae91
The text was updated successfully, but these errors were encountered: