Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Replace pargs with clap to parse args
Browse files Browse the repository at this point in the history
- includes README updates
- maintains args in separate module
  • Loading branch information
ebcrowder committed Sep 5, 2020
1 parent 181cfad commit e30b884
Show file tree
Hide file tree
Showing 6 changed files with 427 additions and 176 deletions.
67 changes: 59 additions & 8 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_ledger"
version = "0.4.1"
version = "0.4.2"
authors = ["ebcrowder <[email protected]>"]
edition = "2018"
license = "GPL-3.0"
Expand All @@ -15,7 +15,7 @@ readme = "README.md"
serde_yaml = "0.8.13"
serde = { version = "1.0.114", features = ["derive"] }
csv = "1.1.3"
pargs = "0.2.1"
colored = "2.0.0"
monee = "0.0.5"
chrono = { version = "0.4", features = ["serde"] }
clap = "2.33.3"
Loading

0 comments on commit e30b884

Please sign in to comment.