summaryrefslogtreecommitdiff
path: root/man/bundle-list.ronn
Commit message (Collapse)AuthorAgeFilesLines
* Support multiple groups for --without-group and --only-group options in ↵fatkodima2019-11-011-6/+6
| | | | bundler list command
* Change options to --without-group and --only-groupAgrim Mittal2018-06-171-6/+6
| | | | Improves understanding of the options without need to look up the docs.
* Add documentation for bundle list without and only optionsAgrim Mittal2018-06-151-1/+17
|
* add `--paths` option to `bundle list` command.Colby Swandale2017-11-191-0/+2
| | | | | | | | | | | | | This option mimics the `--paths` options in `bundle show` which is being removed in bundler 2. Example Usage: $ bundle list --paths /Users/c/Desktop/Projects/testapp/.bundle/ruby/2.4.0/gems/actioncable-5.1.4 /Users/c/Desktop/Projects/testapp/.bundle/ruby/2.4.0/gems/actionmailer-5.1.4 /Users/c/Desktop/Projects/testapp/.bundle/ruby/2.4.0/gems/actionpack-5.1.4 /Users/c/Desktop/Projects/testapp/.bundle/ruby/2.4.0/gems/actionview-5.1.4
* add --name-only option to print only the name of each gemcolby/bundler-listColby Swandale2017-08-101-2/+7
|
* implement new list command taken from bundler showColby Swandale2017-08-041-0/+10