Skip to content

Commit

Permalink
Re-adds command line argument suggestions, colors, and other default …
Browse files Browse the repository at this point in the history
…clap features
  • Loading branch information
zdiff committed Nov 11, 2024
1 parent 3358a45 commit d0a9515
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 5 deletions.
80 changes: 76 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default = ["tips"]
tips = ["rand"]

[dependencies]
clap = { version = "4.5.20", features = ["derive", "help", "std"], default-features = false }
clap = { version = "4.5.20", features = ["derive"] }
oneshot = { version = "0.1.8", features = ["std"], default-features = false }
portable-pty = "0.8.1"
ratatui = { version = "0.29.0", features = ["crossterm"], default-features = false }
Expand Down

0 comments on commit d0a9515

Please sign in to comment.