forked from toolshed/abra
		
	refactor: make this flag more general
This commit is contained in:
		@ -351,7 +351,7 @@ var CommitMessageFlag = &cli.StringFlag{
 | 
			
		||||
var Commit bool
 | 
			
		||||
var CommitFlag = &cli.BoolFlag{
 | 
			
		||||
	Name:        "commit",
 | 
			
		||||
	Usage:       "Commits compose.**yml file changes to recipe repository",
 | 
			
		||||
	Usage:       "Commit new changes",
 | 
			
		||||
	Value:       false,
 | 
			
		||||
	Aliases:     []string{"c"},
 | 
			
		||||
	Destination: &Commit,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user