add exec subcommand #39

Merged
a1012112796 merged 6 commits from refs/pull/39/head into main 2023-03-08 02:55:31 +00:00
2 changed files with 451 additions and 1 deletions

No files matched your search

+3 -1
View File
@@ -54,9 +54,11 @@ func Execute(ctx context.Context) {
Args: cobra.MaximumNArgs(1),
RunE: runDaemon(ctx, gArgs.EnvFile),
}
// add all command
rootCmd.AddCommand(daemonCmd)
// ./act_runner exec
rootCmd.AddCommand(loadExecCmd(ctx))
// hide completion command
rootCmd.CompletionOptions.HiddenDefaultCmd = true
+448
View File
File diff suppressed because it is too large. Load diff