Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #776 from zappy-shu/APP-359-add-force-shorthand-fo…
Browse files Browse the repository at this point in the history
…r-rm

Add -f shorthand to app rm --force
  • Loading branch information
zappy-shu authored Dec 2, 2019
2 parents b99a484 + 3cebbc2 commit d198096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func removeCmd(dockerCli command.Cli, installerContext *cliopts.InstallerContext
},
}
opts.credentialOptions.addFlags(cmd.Flags())
cmd.Flags().BoolVar(&opts.force, "force", false, "Force the removal of a running App")
cmd.Flags().BoolVarP(&opts.force, "force", "f", false, "Force the removal of a running App")

return cmd
}
Expand Down

0 comments on commit d198096

Please sign in to comment.