Skip to content

Commit

Permalink
add wild package
Browse files Browse the repository at this point in the history
  • Loading branch information
sfraczek committed Oct 11, 2023
1 parent 27cc362 commit fba87f3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ log = "0.4.0"
clap = "~2.27.0"
regex = "1.3.3"
calamine = "0.18.0"
wild = "2.2.0"
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn main() {

let myapp = App::new("etradeTaxHelper ".to_string() + VERSION)
.setting(AppSettings::ArgRequiredElseHelp);
let matches = create_cmd_line_pattern(myapp).get_matches();
let matches = create_cmd_line_pattern(myapp).get_matches_from(wild::args());

log::info!("Started etradeTaxHelper");

Expand Down

0 comments on commit fba87f3

Please sign in to comment.