mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
[rubygems/rubygems] Add missing banners to bundle exec
CLI flags
c6f62b2eed
This commit is contained in:
parent
06f074eb5c
commit
99460d1eda
1 changed files with 2 additions and 2 deletions
|
@ -434,8 +434,8 @@ module Bundler
|
|||
map aliases_for("cache")
|
||||
|
||||
desc "exec [OPTIONS]", "Run the command in context of the bundle"
|
||||
method_option :keep_file_descriptors, type: :boolean, default: true
|
||||
method_option :gemfile, type: :string, required: false
|
||||
method_option :keep_file_descriptors, type: :boolean, default: true, banner: "Passes all file descriptors to the new processes. Default is true, and setting it to false is deprecated"
|
||||
method_option :gemfile, type: :string, required: false, banner: "Use the specified gemfile instead of Gemfile"
|
||||
long_desc <<-D
|
||||
Exec runs a command, providing it access to the gems in the bundle. While using
|
||||
bundle exec you can require and call the bundled gems as if they were installed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue