Moved the /menu up in the list of commands
This commit is contained in:
		@@ -42,6 +42,8 @@ pub enum Command {
 | 
				
			|||||||
    Help,
 | 
					    Help,
 | 
				
			||||||
    #[command(description = "sets the master password")]
 | 
					    #[command(description = "sets the master password")]
 | 
				
			||||||
    SetMasterPass,
 | 
					    SetMasterPass,
 | 
				
			||||||
 | 
					    #[command(description = "gives you a menu to manage your accounts")]
 | 
				
			||||||
 | 
					    Menu,
 | 
				
			||||||
    #[command(description = "adds the account")]
 | 
					    #[command(description = "adds the account")]
 | 
				
			||||||
    AddAccount,
 | 
					    AddAccount,
 | 
				
			||||||
    #[command(description = "gets the account")]
 | 
					    #[command(description = "gets the account")]
 | 
				
			||||||
@@ -58,8 +60,6 @@ pub enum Command {
 | 
				
			|||||||
    Import,
 | 
					    Import,
 | 
				
			||||||
    #[command(description = "generates 10 secure passwords")]
 | 
					    #[command(description = "generates 10 secure passwords")]
 | 
				
			||||||
    GenPassword,
 | 
					    GenPassword,
 | 
				
			||||||
    #[command(description = "gives you a menu to manage your accounts")]
 | 
					 | 
				
			||||||
    Menu,
 | 
					 | 
				
			||||||
    #[command(description = "cancels the current action")]
 | 
					    #[command(description = "cancels the current action")]
 | 
				
			||||||
    Cancel,
 | 
					    Cancel,
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user