refactor!: use lowercase option to match others
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2022-01-04 12:25:45 +01:00
parent 0c2f6fb676
commit 25b44dc54e
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import (
var allSecrets bool
var allSecretsFlag = &cli.BoolFlag{
Name: "all",
Aliases: []string{"A"},
Aliases: []string{"a"},
Value: false,
Destination: &allSecrets,
Usage: "Generate all secrets",