Skip to content

Commit

Permalink
Merge pull request #84 from uncenter/feat/use-clap
Browse files Browse the repository at this point in the history
refactor: use clap for argument parsing
  • Loading branch information
Ph0enixKM committed May 24, 2024
2 parents 6c3b5a1 + 2160155 commit e38b75e
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 e38b75e

Please sign in to comment.