
12 Apr
2021
12 Apr
'21
4:08 p.m.
require 'optparse' require 'yaml'
-opt_set_key_value = {} +opt_set_key_value = { + 'os_arch' => `arch`.chomp, + 'arch' => `arch`.chomp
you can set a variable standalone for the system's arch Thanks Luan Shengde
+} opt_cmdline_defaults = {} opt_output_dir = nil opt_auto_define_files = false -- 2.23.0