forked from toolshed/abra
		
	refactor!: use lowercase like the rest style
This commit is contained in:
		| @ -10,7 +10,7 @@ var Secrets bool | ||||
| // SecretsFlag turns on/off automatically generating secrets | ||||
| var SecretsFlag = &cli.BoolFlag{ | ||||
| 	Name:        "secrets", | ||||
| 	Aliases:     []string{"S"}, | ||||
| 	Aliases:     []string{"ss"}, | ||||
| 	Value:       false, | ||||
| 	Usage:       "Automatically generate secrets", | ||||
| 	Destination: &Secrets, | ||||
| @ -22,7 +22,7 @@ var Pass bool | ||||
| // PassFlag turns on/off storing generated secrets in pass | ||||
| var PassFlag = &cli.BoolFlag{ | ||||
| 	Name:        "pass", | ||||
| 	Aliases:     []string{"P"}, | ||||
| 	Aliases:     []string{"p"}, | ||||
| 	Value:       false, | ||||
| 	Usage:       "Store the generated secrets in a local pass store", | ||||
| 	Destination: &Pass, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user