Skip to content

Commit 63fdcd2

Browse files
authored
Merge pull request ActiveState#3652 from ActiveState/mitchell/dx-3203
Added "-f" shorthand for "--force".
2 parents 5f9b22f + a47e6ca commit 63fdcd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/state/internal/cmdtree/cmdtree.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ func newStateCommand(globals *globalOptions, prime *primer.Values) *captain.Comm
313313
{
314314
Name: "force",
315315
Description: locale.T("flag_state_force_description"),
316+
Shorthand: "f",
316317
Persist: true,
317318
OnUse: func() { prime.Prompt().SetForce(true) },
318319
Value: &globals.Force,

0 commit comments

Comments
 (0)