cli.rst 652 Bytes
Newer Older
mashun1's avatar
veros  
mashun1 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Command line tools
==================

After installing Veros, you can call these scripts from the command line from any location on your system.

veros
-----

This is a wrapper script that provides easy access to all Veros command line tools.

.. run-click:: veros.cli.veros:cli

veros-create-mask
-----------------

.. run-click:: veros.cli.veros:cli
   :args: create-mask --help

veros-copy-setup
----------------

.. run-click:: veros.cli.veros:cli
   :args: copy-setup --help

veros-resubmit
--------------

.. run-click:: veros.cli.veros:cli
   :args: resubmit --help

veros-run
---------

.. run-click:: veros.cli.veros:cli
   :args: run --help