Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Tue, 30 Jun 2015 20:00:34 UTC Commit: fed34782e496082fa4b6a387936855e6fe9c5851 https://github.com/geany/geany-plugins/commit/fed34782e496082fa4b6a387936855...
Log Message: ----------- Update the README to mention `--enable-all-plugins`
Modified Paths: -------------- README
Modified: README 9 lines changed, 9 insertions(+), 0 deletions(-) =================================================================== @@ -82,6 +82,15 @@ Example: This will force force both geanylua and spellcheck plugins to be enabled even if some dependencies are missing.
+You can also use the special option ``all-plugins`` to change the default for all +plugins. For example, using ``--enable-all-plugins`` will forcefully enable all +plugins as if you passed each plugin-specific ``--enable-<option>``. This can be +combined with specific plugin's ``--enable-<option>`` to only select a specific +subset of the plugins without listing them all. For example, you can use this +to easily enable one single plugin, using e.g. ``--disable-all-plugins +--enable-<option>``, or to forcefully enable all plugins but a few specific +ones, using e.g. ``--enable-all-plugins --enable-<option>=auto``. +
Other tweaks ============
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).