forked from toolshed/abra
		
	fix: remove unused flag
This commit is contained in:
		@ -21,7 +21,6 @@ var appRestartCommand = cli.Command{
 | 
			
		||||
	ArgsUsage: "<domain>",
 | 
			
		||||
	Flags: []cli.Flag{
 | 
			
		||||
		internal.DebugFlag,
 | 
			
		||||
		internal.NoInputFlag,
 | 
			
		||||
	},
 | 
			
		||||
	Before:       internal.SubCommandBefore,
 | 
			
		||||
	Description:  `This command restarts a service within a deployed app.`,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user