Skip to content

Commit 430d6d2

Browse files
authored
Add alias (#245)
1 parent a0e95ba commit 430d6d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/flexctl/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ func main() {
1616

1717
// Backup commands
1818
var backupCmd = &cobra.Command{Use: "backup"}
19+
backupCmd.Aliases = []string{"backups"}
1920

2021
rootCmd.AddCommand(backupCmd)
2122
backupCmd.AddCommand(backupListCmd)

0 commit comments

Comments
 (0)