🏡 index : ~doyle/1p.git

author Jordan Doyle <jordan@doyle.la> 2020-07-07 15:21:32.0 +00:00:00
committer Jordan Doyle <jordan@doyle.la> 2020-07-07 15:21:35.0 +00:00:00
commit
13084b27f290443321bf56f9ec739b657bb36ff8 [patch]
tree
07b3ff036594619e059ad2805eddb490399cdeac
parent
a17fe1325e1eda40137f78d911d0f2116937292e
download
13084b27f290443321bf56f9ec739b657bb36ff8.tar.gz

Rename --show-uuids short param from 'i' to 'u'



Diff

 onep-cli/src/main.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/onep-cli/src/main.rs b/onep-cli/src/main.rs
index 6b113f1..248de33 100644
--- a/onep-cli/src/main.rs
+++ b/onep-cli/src/main.rs
@@ -25,14 +25,14 @@ enum Opt {
    /// List all items
    #[clap(alias = "ls")]
    List {
        #[clap(long, short = 'i')]
        #[clap(long, short = 'u')]
        show_uuids: bool,
        #[clap(long, short = 'n')]
        show_account_names: bool,
    },
    /// Search for an item
    Search {
        #[clap(long, short = 'i')]
        #[clap(long, short = 'u')]
        show_uuids: bool,
        #[clap(long, short = 'n')]
        show_account_names: bool,