forked from toolshed/abra
		
	refactor!: use lowercase option to match others
This commit is contained in:
		| @ -20,7 +20,7 @@ import ( | |||||||
| var allSecrets bool | var allSecrets bool | ||||||
| var allSecretsFlag = &cli.BoolFlag{ | var allSecretsFlag = &cli.BoolFlag{ | ||||||
| 	Name:        "all", | 	Name:        "all", | ||||||
| 	Aliases:     []string{"A"}, | 	Aliases:     []string{"a"}, | ||||||
| 	Value:       false, | 	Value:       false, | ||||||
| 	Destination: &allSecrets, | 	Destination: &allSecrets, | ||||||
| 	Usage:       "Generate all secrets", | 	Usage:       "Generate all secrets", | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user