From f9dc0ff67b0404f4727e005c5897a4effd08933a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 5 May 2010 12:20:42 -0400 Subject: sysenv, sisurc.yml, default shortform command flags * mostly taking out verbose as default, add -v when needed, e.g.: sisu -3v filename.sst --- conf/sisu/v2/sisurc.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'conf/sisu') diff --git a/conf/sisu/v2/sisurc.yml b/conf/sisu/v2/sisurc.yml index a5c13293..0703e0f4 100644 --- a/conf/sisu/v2/sisurc.yml +++ b/conf/sisu/v2/sisurc.yml @@ -54,13 +54,13 @@ show_output_on: 'filesystem_url' # concord_max: 400000 #% flag - set (non-default) processing flag shortcuts -1, -2 etc. (here adding colour and verbosity as default) flag: - color: true # making colour default -c is toggle, and will now toggle colour off - default: '-NhwpoabxXyYv' # includes verbose; -m would in any event be run by default - i: '-hwpoyv' # includes verbose; -m run by default - ii: '-NhwepoabxXyv' # includes verbose; -m run by default - iii: '-NhwepoabxXyYv' # includes verbose; -m run by default - iv: '-NhwepoabxXYDyv --import' # includes verbose; -m run by default - v: '-NhwepoabxXYDyv --update' # includes verbose; -m run by default + color: true # making colour default -c is toggle, and will now toggle colour off + default: '-NhwepoabxXyYv' # -m run by default; includes verbose + i: '-hwpoay' # -m run by default + ii: '-NhwepoabxXy' # -m run by default + iii: '-NhwepoabxXyY' # -m run by default + iv: '-NhwepoabxXYDy --update' # -m run by default + v: '-NhwepoabxXYDyv --update' # -m run by default; includes verbose #% papersize, (LaTeX/pdf) available values: A4, US_letter, book_b5, book_a5, US_legal default: papersize: 'A4,letter' -- cgit v1.2.3