forked from toolshed/abra
		
	refactor!: short flags for server add
This commit is contained in:
		@ -60,7 +60,7 @@ var provisionFlag = &cli.BoolFlag{
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
var sshAuth string
 | 
					var sshAuth string
 | 
				
			||||||
var sshAuthFlag = &cli.StringFlag{
 | 
					var sshAuthFlag = &cli.StringFlag{
 | 
				
			||||||
	Name:        "ssh-auth, sh",
 | 
						Name:        "ssh-auth, s",
 | 
				
			||||||
	Value:       "identity-file",
 | 
						Value:       "identity-file",
 | 
				
			||||||
	Usage:       "Select SSH authentication method (identity-file, password)",
 | 
						Usage:       "Select SSH authentication method (identity-file, password)",
 | 
				
			||||||
	Destination: &sshAuth,
 | 
						Destination: &sshAuth,
 | 
				
			||||||
@ -68,7 +68,7 @@ var sshAuthFlag = &cli.StringFlag{
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
var askSudoPass bool
 | 
					var askSudoPass bool
 | 
				
			||||||
var askSudoPassFlag = &cli.BoolFlag{
 | 
					var askSudoPassFlag = &cli.BoolFlag{
 | 
				
			||||||
	Name:        "ask-sudo-pass, as",
 | 
						Name:        "ask-sudo-pass, a",
 | 
				
			||||||
	Usage:       "Ask for sudo password",
 | 
						Usage:       "Ask for sudo password",
 | 
				
			||||||
	Destination: &askSudoPass,
 | 
						Destination: &askSudoPass,
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user