On Mon, Apr 12, 2021 at 04:08:13PM +0800, Luan Shengde wrote:
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
ok
Thanks, Yinsi
Thanks Luan Shengde
+} opt_cmdline_defaults = {} opt_output_dir = nil opt_auto_define_files = false -- 2.23.0