mirror of https://code.forgejo.org/forgejo/runner
run in daemon mode by default
parent
1bb87d0ebb
commit
132b318d8b
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Reference in New Issue