Skip to content

Commit

Permalink
feat: swap from structopt to clap
Browse files Browse the repository at this point in the history
  • Loading branch information
fscc-alexkornitzer committed Nov 14, 2022
1 parent 90d1054 commit 308b69a
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 133 deletions.
117 changes: 38 additions & 79 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ bincode = "1.3"
bytesize = "1.0"
chrono = "0.4"
chrono-tz = { version = "0.8", features = ["serde"] }
clap = { version = "4.0", features = ["derive"] }
colour = "0.6"
evtx = "0.8"
indicatif = "0.17"
Expand All @@ -28,7 +29,6 @@ regex = "1.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
structopt = "0.3"
tau-engine = { version = "1.0", features = ["core", "json"] }
term_size = "0.3"
uuid = { version = "1.1", features = ["serde", "v4"] }
Expand Down
Loading

0 comments on commit 308b69a

Please sign in to comment.