Skip to content

Commit

Permalink
removing shorthand for ignore-password-policy flag
Browse files Browse the repository at this point in the history
  • Loading branch information
shibme committed May 11, 2024
1 parent a36a086 commit e45321f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/internal/commands/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,15 @@ var (

// Ignore Password Policy Check Flag
ignorePasswordCheckFlag = flagDef{
name: "ignore",
shorthand: "i",
usage: "Ignores the password policy check",
name: "ignore-password-policy",
usage: "Ignores the password policy check",
}

// Auto generate secret key Flag
autoGenerateSecretKey = flagDef{
name: "auto",
shorthand: "a",
usage: "Automatically generate a secret key",
usage: "Auto generate a secret key",
}

// Public Key Flag
Expand Down

0 comments on commit e45321f

Please sign in to comment.