Skip to content

Commit

Permalink
Make a CLI by hand.
Browse files Browse the repository at this point in the history
The motivation is to correctly parse `--args`.
As a nice side effect, this eliminates the dependency on clap as well.
See: <#216 (comment)>
  • Loading branch information
01mf02 committed Nov 19, 2024
1 parent e21d322 commit 83630d1
Show file tree
Hide file tree
Showing 5 changed files with 301 additions and 293 deletions.
117 changes: 4 additions & 113 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion jaq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jaq-json = { version = "1.0.0-epsilon", path = "../jaq-json" }

atty = "0.2"
codesnake = { version = "0.2" }
clap = { version = "4.0.0", features = ["derive"] }
env_logger = { version = "0.10.0", default-features = false }
hifijson = "0.2.0"
log = { version = "0.4.17" }
Expand Down
Loading

0 comments on commit 83630d1

Please sign in to comment.