summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/list.rb
Commit message (Expand)AuthorAgeFilesLines
* Support multiple groups for --without-group and --only-group options in bundl...fatkodima2019-11-011-9/+11
* Change options to --without-group and --only-groupAgrim Mittal2018-06-171-8/+8
* fix redunant logicAgrim Mittal2018-06-151-20/+18
* abstract group separation logic based on optionsAgrim Mittal2018-06-151-30/+24
* add initial draft of without and only optionsAgrim Mittal2018-06-151-5/+46
* [CLI::List] Raise when incompatible options are passedcolby/bundle-show-pathsSamuel Giddins2017-12-011-1/+1
* add git and gemspec examples to list --paths spec and raise error when --only...Colby Swandale2017-12-011-0/+2
* add `--paths` option to `bundle list` command.Colby Swandale2017-11-191-0/+1
* 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/+17