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
rootCmd.Flags().StringP("job", "j", "", "run a specific job ID")
49
51
rootCmd.Flags().BoolP("bug-report", "", false, "Display system information for bug report")
52
+
rootCmd.Flags().BoolP("man-page", "", false, "Print a generated manual page to stdout")
50
53
51
54
rootCmd.Flags().StringVar(&input.remoteName, "remote-name", "origin", "git remote name that will be used to retrieve url of git repo")
52
55
rootCmd.Flags().StringArrayVarP(&input.secrets, "secret", "s", []string{}, "secret to make available to actions with optional value (e.g. -s mysecret=foo or -s mysecret)")
0 commit comments