fix
This commit is contained in:
parent
5d8c64df83
commit
8780d9307b
@ -82,6 +82,9 @@ export class InteractiveOptions extends Persistent {
|
|||||||
await this.get_env_options ();
|
await this.get_env_options ();
|
||||||
await this.get_args_options ();
|
await this.get_args_options ();
|
||||||
await this.get_interactive_options ();
|
await this.get_interactive_options ();
|
||||||
|
for (const opt of this.options)
|
||||||
|
this.set (opt.name, opt.value);
|
||||||
|
|
||||||
return this.to_object ();
|
return this.to_object ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user