Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit d198096

Browse files
authored
Merge pull request #776 from zappy-shu/APP-359-add-force-shorthand-for-rm
Add -f shorthand to app rm --force
2 parents b99a484 + 3cebbc2 commit d198096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/remove.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func removeCmd(dockerCli command.Cli, installerContext *cliopts.InstallerContext
4949
},
5050
}
5151
opts.credentialOptions.addFlags(cmd.Flags())
52-
cmd.Flags().BoolVar(&opts.force, "force", false, "Force the removal of a running App")
52+
cmd.Flags().BoolVarP(&opts.force, "force", "f", false, "Force the removal of a running App")
5353

5454
return cmd
5555
}

0 commit comments

Comments
 (0)