Skip to content

Commit

Permalink
refactor: use clap for argument parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed May 22, 2024
1 parent 90550c7 commit 2160155
Show file tree
Hide file tree
Showing 6 changed files with 349 additions and 274 deletions.
254 changes: 241 additions & 13 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amber"
version = "1.0.0"
version = "0.3.1-alpha"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -10,6 +10,7 @@ heraclitus-compiler = "1.5.8"
similar-string = "1.4.2"
colored = "2.0.0"
itertools = "0.11.0"
clap = { version = "4.5.4", features = ["derive"] }

[profile.release]
debug = true
Loading

0 comments on commit 2160155

Please sign in to comment.