mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 17:54:07 +01:00
Cleanup api docs and ts api-client options (#3663)
This commit is contained in:
@@ -78,11 +78,11 @@ func FormatFlag(tmpl string, hidden ...bool) *cli.StringFlag {
|
||||
var RepoFlag = &cli.StringFlag{
|
||||
Name: "repository",
|
||||
Aliases: []string{"repo"},
|
||||
Usage: "repository id or full-name (e.g. 134 or octocat/hello-world)",
|
||||
Usage: "repository id or full name (e.g. 134 or octocat/hello-world)",
|
||||
}
|
||||
|
||||
var OrgFlag = &cli.StringFlag{
|
||||
Name: "organization",
|
||||
Aliases: []string{"org"},
|
||||
Usage: "organization id or full-name (e.g. 123 or octocat)",
|
||||
Usage: "organization id or full name (e.g. 123 or octocat)",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user