Mercurial > repos > fubar > tool_factory_2
diff toolfactory/rgToolFactory2.xml @ 129:c35ff02652bf draft
Uploaded
author | fubar |
---|---|
date | Sun, 04 Apr 2021 06:36:14 +0000 |
parents | 56aa8105000d |
children | e8e8071c9d0c |
line wrap: on
line diff
--- a/toolfactory/rgToolFactory2.xml Tue Mar 30 02:51:51 2021 +0000 +++ b/toolfactory/rgToolFactory2.xml Sun Apr 04 06:36:14 2021 +0000 @@ -192,8 +192,8 @@ python3 $__tool_directory__/rgToolFactory2.py --bad_user $__user_email__ #else: python3 $__tool_directory__/rgToolFactory2.py - #if len(str($cl_prefix)) > 3: ---cl_prefix "$cl_prefix" + #if len(str($cl_suffix)) > 0: +--cl_suffix "$cl_suffix" #end if #if $cover.commover == "yes": #if len(str($cover.command_override)) > 10: @@ -358,8 +358,13 @@ </when> </conditional> </section> - <param name="cl_prefix" type="text" value="" label="Suffix for generated command line. Useful for bash post processing. Use override below to replace completely" - help="';' separated bash commands can be used here for post processing - added at end of autogenerated command line" /> + <param name="cl_suffix" type="text" value="" label="Suffix for generated command line. Useful for bash post processing. Use override below to replace completely" + help="';' separated bash commands can be used here for post processing - added at end of autogenerated command line"> + <sanitizer> + <valid initial="string.printable" /> + <mapping initial="none"/> + </sanitizer> + </param> <conditional name="cover"> <param name="commover" type="select" display="radio" label="Add Human wrought code to override the generated XML command and/or test section - DIY" help = "For arbitrary and artfull command lines. All i/o and parameters must be passed. Choose No unless needed. Not for the faint of heart">