Skip to content

Commit

Permalink
chore: adding CLI interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrod-starkware authored and dorimedini-starkware committed Apr 8, 2024
1 parent 5548c93 commit 38f5856
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 24 deletions.
195 changes: 187 additions & 8 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ license-file = "LICENSE"

[workspace.dependencies]
pretty_assertions = "1.2.1"
clap = { version = "4.5.4", features = ["cargo", "derive"] }

[workspace.lints.rust]
warnings = "deny"
Expand Down
3 changes: 3 additions & 0 deletions crates/committer_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ workspace = true

[dev-dependencies]
pretty_assertions.workspace = true

[dependencies]
clap.workspace = true
Loading

0 comments on commit 38f5856

Please sign in to comment.