add readme details and update

This commit is contained in:
askiiart 2024-11-12 11:46:12 -06:00
parent 1d1a94b30e
commit 770589d666
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
3 changed files with 32 additions and 14 deletions

View file

@ -7,8 +7,7 @@ pub struct Cli {
pub command: Commands,
}
#[derive(Subcommand)]
#[derive(Debug)]
#[derive(Subcommand, Debug)]
pub enum Commands {
///Generate bash completions
GenerateBashCompletions,