Method: Bundler::Thor::Invocation#current_command_chain
- Defined in:
- lib/bundler/vendor/thor/lib/thor/invocation.rb
#current_command_chain ⇒ Object
Make the current command chain accessible with in a Bundler::Thor-(sub)command
30 31 32 |
# File 'lib/bundler/vendor/thor/lib/thor/invocation.rb', line 30 def current_command_chain @_invocations.values.flatten.map(&:to_sym) end |