We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-j
-l
1 parent e1b9068 commit a20b1d4Copy full SHA for a20b1d4
1 file changed
cmd/root.go
@@ -41,7 +41,7 @@ func Execute(ctx context.Context, version string) {
41
rootCmd.Flags().BoolP("watch", "w", false, "watch the contents of the local repo and run when files change")
42
rootCmd.Flags().BoolP("list", "l", false, "list workflows")
43
rootCmd.Flags().BoolP("graph", "g", false, "draw workflows")
44
- rootCmd.Flags().StringP("job", "j", "", "run job")
+ rootCmd.Flags().StringP("job", "j", "", "run a specific job ID")
45
rootCmd.Flags().BoolP("bug-report", "", false, "Display system information for bug report")
46
47
rootCmd.Flags().StringVar(&input.remoteName, "remote-name", "origin", "git remote name that will be used to retrieve url of git repo")
0 commit comments