summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Medeiros <me@andremedeiros.info>2014-09-12 17:15:11 +0200
committerAndre Medeiros <me@andremedeiros.info>2014-09-12 17:15:11 +0200
commit8b5f39cc420e31eab58c883bb86ef74327abbd08 (patch)
tree9c9444af63457b592ee03abba0c8432561de0533
parent0e6634d38e5782e00977ecb8a052eda87fac4191 (diff)
downloadbundler-8b5f39cc420e31eab58c883bb86ef74327abbd08.tar.gz
Document plugins [skip ci]
-rw-r--r--man/bundle.ronn6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/bundle.ronn b/man/bundle.ronn
index 1167b0b5ec..7b69c6735c 100644
--- a/man/bundle.ronn
+++ b/man/bundle.ronn
@@ -82,6 +82,12 @@ We divide `bundle` subcommands into primary commands and utilities.
* `bundle clean(1)`:
Cleans up unused gems in your bundler directory
+## PLUGINS
+
+When running a command that isn't listed in PRIMARY COMMANDS or UTILITIES,
+Bundler will try to find an executable on your path named `bundler-<command>`
+and execute it, passing down any extra arguments to it.
+
## OBSOLETE
These commands are obsolete and should no longer be used