lib/lino/model/command_line.rb in lino-3.2.0.pre.6 vs lib/lino/model/command_line.rb in lino-3.2.0.pre.7

- old
+ new

@@ -83,10 +83,10 @@ { subcommands: opts.fetch(:subcommands, []), options: opts.fetch(:options, []), arguments: opts.fetch(:arguments, []), environment_variables: opts.fetch(:environment_variables, []), - executor: opts.fetch(:executor, Executors::Childprocess.new), + executor: opts.fetch(:executor, Lino.configuration.executor), working_directory: opts.fetch(:working_directory, nil) } end def format_components(format, paths)