1
0
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:
Brad Rydzewski 2019-04-13 02:09:30 -07:00 committed by GitHub
commit f1bb509335
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ var userAddCmd = cli.Command{
Name: "machine",
Usage: "machine account",
},
cli.BoolFlag{
cli.StringFlag{
Name: "token",
Usage: "api token",
},