Add scriptarg to cli options
This commit is contained in:
@@ -164,6 +164,7 @@ Tenmon can be executed from command line. It support these command line options.
|
||||
<li><i>--thumb, --thumbnail <path></i> Generate thumbnail and save it to path. It generate it from first file provided as argument.</li>
|
||||
<li><i>-s, --size <size></i> size of generated thumbnail. Aspect ratio of input image is preserved.</li>
|
||||
<li><i>--script <script></i> execute a script from file path same manner as executed from GUI.</li>
|
||||
<li><i>--scriptarg <arg>>;</i> pass this string as variable scriptarg to a running script.</li>
|
||||
<li><i>--outdir <dir></i> output dir for script execution. By default current working directory is used.</li>
|
||||
<li><i>--noexit</i> by default application exit when execution of script specified with --script ends. This prefent that.</li>
|
||||
<li><i>-h, --help</i> show help end exit.</li>
|
||||
|
||||
@@ -144,6 +144,7 @@ Tenmon can be executed from command line. It support these command line options.
|
||||
<li><i>--thumb, --thumbnail <path></i> Generate thumbnail and save it to path. It generate it from first file provided as argument.</li>
|
||||
<li><i>-s, --size <size></i> size of generated thumbnail. Aspect ratio of input image is preserved.</li>
|
||||
<li><i>--script <script></i> execute a script from file path same manner as executed from GUI.</li>
|
||||
<li><i>--scriptarg <arg>>;</i> pass this string as variable scriptarg to a running script.</li>
|
||||
<li><i>--outdir <dir></i> output dir for script execution. By default current working directory is used.</li>
|
||||
<li><i>--noexit</i> by default application exit when execution of script specified with --script ends. This prefent that.</li>
|
||||
<li><i>-h, --help</i> show help end exit.</li>
|
||||
|
||||
@@ -144,6 +144,7 @@ Tenmon can be executed from command line. It support these command line options.
|
||||
<li><i>--thumb, --thumbnail <path></i> Generate thumbnail and save it to path. It generate it from first file provided as argument.</li>
|
||||
<li><i>-s, --size <size></i> size of generated thumbnail. Aspect ratio of input image is preserved.</li>
|
||||
<li><i>--script <script></i> execute a script from file path same manner as executed from GUI.</li>
|
||||
<li><i>--scriptarg <arg>>;</i> pass this string as variable scriptarg to a running script.</li>
|
||||
<li><i>--outdir <dir></i> output dir for script execution. By default current working directory is used.</li>
|
||||
<li><i>--noexit</i> by default application exit when execution of script specified with --script ends. This prefent that.</li>
|
||||
<li><i>-h, --help</i> show help end exit.</li>
|
||||
|
||||
Reference in New Issue
Block a user