We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e95ba commit 430d6d2Copy full SHA for 430d6d2
cmd/flexctl/main.go
@@ -16,6 +16,7 @@ func main() {
16
17
// Backup commands
18
var backupCmd = &cobra.Command{Use: "backup"}
19
+ backupCmd.Aliases = []string{"backups"}
20
21
rootCmd.AddCommand(backupCmd)
22
backupCmd.AddCommand(backupListCmd)
0 commit comments