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 allSecretsFlag = &cli.BoolFlag{
 | 
			
		||||
	Name:        "all",
 | 
			
		||||
	Aliases:     []string{"A"},
 | 
			
		||||
	Aliases:     []string{"a"},
 | 
			
		||||
	Value:       false,
 | 
			
		||||
	Destination: &allSecrets,
 | 
			
		||||
	Usage:       "Generate all secrets",
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user