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