Skip to content

Commit

Permalink
feat: use clap & derive for options, manpage & completions (#586)
Browse files Browse the repository at this point in the history
* feat: use clap & derive for options, manpage & completions

* clippy & fmt

* fix: correctly handle errors

* fix: disable doctest

* fix: readd replstr

* fix: reserve --tmux until it is implemented

* explicit panic messages for history files

* fix after merge

---------

Co-authored-by: LoricAndre <[email protected]>
  • Loading branch information
LoricAndre and LoricAndre authored Nov 20, 2024
1 parent a61f67e commit 7df8b77
Show file tree
Hide file tree
Showing 53 changed files with 2,341 additions and 2,269 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[alias]
xtask = "run --package xtask --"
Loading

0 comments on commit 7df8b77

Please sign in to comment.