Skip to content

Commit

Permalink
Add alias
Browse files Browse the repository at this point in the history
  • Loading branch information
davissp14 committed Jul 18, 2024
1 parent a0e95ba commit 17daaf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/flexctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ func main() {

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

rootCmd.AddCommand(backupCmd)
backupCmd.AddCommand(backupListCmd)
Expand Down

0 comments on commit 17daaf2

Please sign in to comment.