forked from toolshed/abra
		
	fix: avoid alias conflict
This commit is contained in:
		| @ -96,7 +96,7 @@ var appVolumeRemoveCommand = &cli.Command{ | ||||
|  | ||||
| var appVolumeCommand = &cli.Command{ | ||||
| 	Name:      "volume", | ||||
| 	Aliases:   []string{"v"}, | ||||
| 	Aliases:   []string{"vl"}, | ||||
| 	Usage:     "Manage app volumes", | ||||
| 	ArgsUsage: "<command>", | ||||
| 	Subcommands: []*cli.Command{ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user