summaryrefslogtreecommitdiff
path: root/man/bundle-config.ronn
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-08-04 13:52:03 +1000
committerColby Swandale <colby@taplaboratories.com>2017-08-04 19:08:45 +1000
commit2c5dc254bbadd89e9a601c2f21976c733efdc1cb (patch)
tree1873a8e4e6a39ec23a4a4ad3638ea91fa9db94d3 /man/bundle-config.ronn
parentdedaedcf727af38e78c51b95624d8dea3515529b (diff)
downloadbundler-2c5dc254bbadd89e9a601c2f21976c733efdc1cb.tar.gz
implement new list command taken from bundler show
Diffstat (limited to 'man/bundle-config.ronn')
-rw-r--r--man/bundle-config.ronn2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index dd315b9955..87d1013129 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -193,6 +193,8 @@ learn more about their operation in [bundle install(1)][bundle-install].
Generate a `gems.rb` instead of a `Gemfile` when running `bundle init`.
* `jobs` (`BUNDLE_JOBS`):
The number of gems Bundler can install in parallel. Defaults to 1.
+* `list_command` (`BUNDLE_LIST_COMMAND`)
+ Enable new list command feature
* `major_deprecations` (`BUNDLE_MAJOR_DEPRECATIONS`):
Whether Bundler should print deprecation warnings for behavior that will
be changed in the next major version.