refactor!: use lowercase option to match others
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cellarspoon 2022-01-04 12:25:45 +01:00
parent 0c2f6fb676
commit 25b44dc54e
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

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",