Add clap for parsing cli args
Refactored the issue command using clap
Set clap help_template
cli: issue command shouldn’t ask for passphrase on read-only operations
cli: remove cli.rs and set default value for issue list –assigned
cli: Add completion stubs for bash/zsh/fish
Point clap fork dep to github.com/icetan instead of local path
Bump nixpkgs to support latest version of clap
Post rebase fixes
Add clap for parsing cli args
Refactored the issue command using clap
Set clap help_template
cli: issue command shouldn’t ask for passphrase on read-only operations
cli: remove cli.rs and set default value for issue list –assigned
cli: Add completion stubs for bash/zsh/fish
Point clap fork dep to github.com/icetan instead of local path
Bump nixpkgs to support latest version of clap
Post rebase fixes
fixup! Post rebase fixes
Changes:
- rebased
- fixed some clippy warnings