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