From 0f1666f82e876509478675f10ac2b0d237597779 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 20 Aug 2014 18:56:42 -0400 Subject: v5 v6: hub options, introduce "error override" --no-stop or --errors-as-warnings --- lib/sisu/v6/hub_options.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/sisu/v6/hub_options.rb') diff --git a/lib/sisu/v6/hub_options.rb b/lib/sisu/v6/hub_options.rb index 81302412..5625963b 100644 --- a/lib/sisu/v6/hub_options.rb +++ b/lib/sisu/v6/hub_options.rb @@ -781,6 +781,12 @@ module SiSU_Commandline @act=@@act else act={} + act[:no_stop]=if select_arr.inspect \ + =~/"--no-stop"|"--errors-as-warnings"/ + { bool: true, set: :on } + else + { bool: false, set: :na } + end act[:license]=(select_arr.inspect \ =~/"--license/) \ ? { bool: true, set: :on } -- cgit v1.2.3