mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-25 12:28:02 +01:00
Merge pull request #120 from diogogmt/update_user_cmd
Updating user command token arg type.
This commit is contained in:
commit
f1bb509335
@ -23,7 +23,7 @@ var userAddCmd = cli.Command{
|
||||
Name: "machine",
|
||||
Usage: "machine account",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
cli.StringFlag{
|
||||
Name: "token",
|
||||
Usage: "api token",
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user