Merge pull request 'run in daemon mode by default' (#8) from earl-warren/runner:wip-daemon into main

Reviewed-on: https://codeberg.org/forgejo/runner/pulls/8
This commit is contained in:
Earl Warren 2023-03-09 22:56:28 +00:00
commit e160695183

View file

@ -25,6 +25,7 @@ func Execute(ctx context.Context) {
Args: cobra.MaximumNArgs(1),
Version: version,
SilenceUsage: true,
RunE: runDaemon(ctx, gArgs.EnvFile),
}
rootCmd.PersistentFlags().StringVarP(&gArgs.EnvFile, "env-file", "", ".env", "Read in a file of environment variables.")