Class Bundler::CLI
In: lib/bundler/cli/gem.rb
lib/bundler/cli.rb
Parent: Object

Methods

add   binstubs   cache   check   clean   cli_help   config   console   deprecated_option   dispatch   doctor   env   exec   handle_no_command_error   help   info   init   inject   install   issue   licenses   list   lock   new   open   outdated   package   platform   pristine   reformatted_help_args   remove   show   source_root   start   update   version   viz  

Included Modules

Thor::Actions

Constants

AUTO_INSTALL_CMDS = %w[show binstubs outdated exec open console licenses clean].freeze
PARSEABLE_COMMANDS = %w[ check config help exec platform show version ].freeze

Public Class methods

Reformat the arguments passed to bundle that include a —help flag into the corresponding `bundle help #{command}` call

Public Instance methods

[Validate]