ATKalias ======== This tool allows for the various :ref:`Aliases ` tools to be utilised from the command line. The first argument sets the job to perform on the alias list. See :ref:`tutorials ` for examples. .. rubric:: Usage 1 :heading-level: 2 .. code-block:: console ATKalias show [-h] Calls :func:`showAliases() `, printing the current alias definitions to stdout. **Optional Arguments:** .. code-block:: console -h, --help Show help message and exit | .. rubric:: Usage 2 :heading-level: 2 .. code-block:: console ATKalias open [-h] Calls :func:`openAliases() `, opening the alias list in the default text editor. **Optional Arguments:** .. code-block:: console -h, --help Show help message and exit | .. rubric:: Usage 3 :heading-level: 2 .. code-block:: console ATKalias add [-h] Calls :func:`addAlias() `, adding an alias definition with name that refers to a Vizier catalogue . **Positional Arguments:** .. code-block:: console alias Alias name id Vizier Catalogue ID **Optional Arguments:** .. code-block:: console -h, --help Show help message and exit | .. rubric:: Usage 4 :heading-level: 2 .. code-block:: console ATKalias del [-h] Calls :func:`delAlias() `, deleting an alias definition with name . **Positional Arguments:** .. code-block:: console alias Alias name **Optional Arguments:** .. code-block:: console -h, --help Show help message and exit | .. rubric:: Usage 5 :heading-level: 2 .. code-block:: console ATKalias reset [-h] Calls :func:`resetAliases() `, resetting the alias list to its default state. **Optional Arguments:** .. code-block:: console -h, --help Show help message and exit