summaryrefslogtreecommitdiff
path: root/man/bundle-config.ronn
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-30 11:58:45 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-05 09:28:57 +0200
commitf876e820ec204a2010d64a73e4f7e84b4d79e7ea (patch)
treedf0920fc5698347c6539f1b932882b649f650316 /man/bundle-config.ronn
parentbdc78428589547aec003e965302f1fcf985f18fa (diff)
downloadbundler-f876e820ec204a2010d64a73e4f7e84b4d79e7ea.tar.gz
Remove `list_command` setting
The list command was still present (just aliased to `bundle show`), even if the setting was set to false. So the setting was at least super confusing if not just wrong. It also led to misleading situations such as ``` $ bundle list --help (...) NAME bundle-list - List all the gems in the bundle SYNOPSIS bundle list [--name-only] [--paths] [--without-group=GROUP] [--only-group=GROUP] (...) $ bundle list --only-group=development Unknown switches '--only-group=development' ``` So, instead, I enable the new list command _always_ and remove the `bundle list => bundle show` alias.
Diffstat (limited to 'man/bundle-config.ronn')
-rw-r--r--man/bundle-config.ronn2
1 files changed, 0 insertions, 2 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 9dc2edbf2a..4e717b4b69 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -214,8 +214,6 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html).
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
* `no_install` (`BUNDLE_NO_INSTALL`):
Whether `bundle package` should skip installing gems.
* `no_prune` (`BUNDLE_NO_PRUNE`):