Merge pull request #3153 from jorgesumle/master

This commit is contained in:
Justin Mayer 2023-06-23 15:22:19 +02:00 committed by GitHub
commit 33220695d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ Optional arguments:
""""""""""""""""""" """""""""""""""""""
-h, --help Show the help an exit -h, --help Show the help and exit
-l, --list Show the themes already installed -l, --list Show the themes already installed
@ -29,7 +29,7 @@ Optional arguments:
-r theme_name, --remove theme_name One or more themes to remove -r theme_name, --remove theme_name One or more themes to remove
-s theme_path, --symlink theme_path Same as "--install", but create a symbolic link instead of copying the theme. -s theme_path, --symlink theme_path Same as ``--install``, but create a symbolic link instead of copying the theme.
Useful for theme development Useful for theme development
-v, --verbose Verbose output -v, --verbose Verbose output
@ -82,7 +82,7 @@ Installing themes
You can install one or more themes using the ``-i`` or ``--install`` option. You can install one or more themes using the ``-i`` or ``--install`` option.
This option takes as argument the path(s) of the theme(s) you want to install, This option takes as argument the path(s) of the theme(s) you want to install,
and can be combined with the verbose option: and can be combined with the ``--verbose`` option:
.. code-block:: console .. code-block:: console
@ -154,7 +154,7 @@ This is useful for theme development:
Doing several things at once Doing several things at once
"""""""""""""""""""""""""""" """"""""""""""""""""""""""""
The ``--install``, ``--remove`` and ``--symlink`` option are not mutually The ``--install``, ``--remove`` and ``--symlink`` options are not mutually
exclusive, so you can combine them in the same command line to do more than one exclusive, so you can combine them in the same command line to do more than one
operation at time, like this: operation at time, like this: