Skip to content

Commit

Permalink
Document new options
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject committed Jun 28, 2017
1 parent 2857901 commit 687da11
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions pext/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2106,10 +2106,6 @@ def usage() -> None:
limitations, loadable QtQuick styles cannot currently be
listed.
--install-module : download and install a module from the given git URL.
--list-modules : list all installed modules.
--module : name the module to use. This option may be given multiple
times to use multiple modules. When this option is given,
the profile module list will be overwritten.
Expand All @@ -2119,12 +2115,28 @@ def usage() -> None:
binary, use --module-binary=value. Check the module
documentation for the supported module-specific settings.
--install-module : download and install a module from the given git URL.
--list-modules : list all installed modules.
--uninstall-module : uninstall a module by name.
--update-module : update a module by name.
--update-modules : update all installed modules.
--theme : load a theme.
--install-theme : download and install a theme from the given git URL.
--list-themes : list all installed themes.
--uninstall-theme : uninstall a theme by name.
--update-theme : update a theme by name.
--update-themes : update all installed themes.
--profile : use a specific profile, creating it if it doesn't exist
yet. Defaults to "default", use "none" to not save the
application state between runs.
Expand All @@ -2135,8 +2147,6 @@ def usage() -> None:
--list-profiles : list all profiles.
--theme : load a theme.
--no-tray : do not create a tray icon.
--version : show the current version.
Expand Down

0 comments on commit 687da11

Please sign in to comment.