fix keepalive for non-interactive mode (#4438)
This commit is contained in:
parent
0e331c7168
commit
c344da4c5a
|
@ -913,6 +913,7 @@ func generate(cmd *cobra.Command, opts runOptions) error {
|
|||
System: opts.System,
|
||||
Template: opts.Template,
|
||||
Options: opts.Options,
|
||||
KeepAlive: opts.KeepAlive,
|
||||
}
|
||||
|
||||
if err := client.Generate(ctx, &request, fn); err != nil {
|
||||
|
|
Loading…
Reference in a new issue