Skip to content

Commit

Permalink
refactor: Clean up and revisit CLI help texts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Feb 2, 2025
1 parent e0dbceb commit 82799e6
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 68 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

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

7 changes: 6 additions & 1 deletion pueue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ maintenance = { status = "actively-developed" }
[dependencies]
anyhow = "1.0"
chrono.workspace = true
clap = { version = "4.4.18", features = ["cargo", "derive", "help"] }
clap = { version = "4.4.18", features = [
"cargo",
"derive",
"help",
"wrap_help",
] }
clap_complete = "4.4.10"
clap_complete_nushell = "4.4.2"
comfy-table = "7"
Expand Down
Loading

0 comments on commit 82799e6

Please sign in to comment.