add -r & -l to subcommand create (#12)
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
This commit is contained in:
parent
912803706a
commit
aff4d5324a
|
@ -94,6 +94,14 @@ var CmdReleaseCreate = cli.Command{
|
||||||
Name: "asset, a",
|
Name: "asset, a",
|
||||||
Usage: "a list of files to attach to the release",
|
Usage: "a list of files to attach to the release",
|
||||||
},
|
},
|
||||||
|
cli.StringFlag{
|
||||||
|
Name: "login, l",
|
||||||
|
Usage: "Indicate one login, optional when inside a gitea repository",
|
||||||
|
},
|
||||||
|
cli.StringFlag{
|
||||||
|
Name: "repo, r",
|
||||||
|
Usage: "Indicate one repository, optional when inside a gitea repository",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue