This commit is contained in:
Timo Hocker 2020-05-07 14:00:52 +02:00
parent 5d8c64df83
commit 8780d9307b

View File

@ -82,6 +82,9 @@ export class InteractiveOptions extends Persistent {
await this.get_env_options ();
await this.get_args_options ();
await this.get_interactive_options ();
for (const opt of this.options)
this.set (opt.name, opt.value);
return this.to_object ();
}