Add CLI arg parsing with color customization
This commit is contained in:
parent
8dce5e323a
commit
9685398371
4 changed files with 132 additions and 9 deletions
|
|
@ -9,6 +9,9 @@ license = "GPLv3"
|
|||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.60", features = ["cargo", "derive"] }
|
||||
clap_complete = "4.5.66"
|
||||
color = "0.3.2"
|
||||
env_logger = "0.11.9"
|
||||
eyre = "0.6.12"
|
||||
log = "0.4.29"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue