Skip to content

Commit

Permalink
Fix arg parsing for stacks command
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Apr 19, 2022
1 parent 089776b commit 1ffb79e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/stacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ var stacksCmd = &cobra.Command{
Short: "list the stacks installed at AWS",
Long: "*Requires admin permissions.*",
DisableFlagsInUseLine: true,
Args: cobra.NoArgs,
Run: func(cmd *cobra.Command, args []string) {
ui.StartSpinner()
sess, err := adminSession(SessionDurationSeconds)
Expand Down

0 comments on commit 1ffb79e

Please sign in to comment.