You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.Flags().BoolVarP(&web, "web", "w", false, "Open the build in a web browser after it has been cancelled.")
61
83
cmd.Flags().StringVarP(&pipeline, "pipeline", "p", "", "The pipeline to cancel a build on. This can be a {pipeline slug} or in the format {org slug}/{pipeline slug}.\n"+
62
84
"If omitted, it will be resolved using the current directory.",
cmd.Flags().StringVarP(&pipeline, "pipeline", "p", "", "The pipeline to watch. This can be a {pipeline slug} or in the format {org slug}/{pipeline slug}.")
100
122
cmd.Flags().StringVarP(&branch, "branch", "b", "", "The branch to watch builds for.")
101
123
cmd.Flags().IntVar(&intervalSeconds, "interval", 1, "Polling interval in seconds")
0 commit comments