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
@@ -353,7 +353,7 @@ Use "` + constants.CLIExtensionPrefix + ` help all" to show help for all command
353
353
// Add flags to run command
354
354
runCmd.Flags().Int("repeat", 0, "Number of times to repeat running workflows (0 = run once)")
355
355
runCmd.Flags().Bool("enable-if-needed", false, "Enable the workflow before running if needed, and restore state afterward")
356
-
runCmd.Flags().StringP("engine", "a", "", "Override AI engine (claude, codex, copilot, custom)")
356
+
runCmd.Flags().StringP("engine", "e", "", "Override AI engine (claude, codex, copilot, custom)")
357
357
runCmd.Flags().StringP("repo", "r", "", "Repository to run the workflow in (owner/repo format)")
358
358
runCmd.Flags().Bool("auto-merge-prs", false, "Auto-merge any pull requests created during the workflow execution")
359
359
runCmd.Flags().Bool("use-local-secrets", false, "Use local environment API key secrets for workflow execution (pushes and cleans up secrets in repository)")
0 commit comments