forked from coop-cloud/abra
feat: short flags for run command
This commit is contained in:
parent
3797292b20
commit
2555096510
@ -19,14 +19,14 @@ import (
|
||||
|
||||
var user string
|
||||
var userFlag = &cli.StringFlag{
|
||||
Name: "user",
|
||||
Name: "user, u",
|
||||
Value: "",
|
||||
Destination: &user,
|
||||
}
|
||||
|
||||
var noTTY bool
|
||||
var noTTYFlag = &cli.BoolFlag{
|
||||
Name: "no-tty",
|
||||
Name: "no-tty, t",
|
||||
Destination: &noTTY,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user