Class: Mysh::EnvInfoCommand
- Defined in:
- lib/mysh/internal/actions/show/env.rb
Overview
Get info on the mysh environment.
Constant Summary
Constants inherited from Action
Instance Attribute Summary
Attributes inherited from Action
Instance Method Summary collapse
-
#process_command(_args) ⇒ Object
Execute the @env shell command.
Methods inherited from Action
#action_info, #initialize, #process_quick_command, #short_name
Constructor Details
This class inherits a constructor from Mysh::Action
Instance Method Details
#process_command(_args) ⇒ Object
Execute the @env shell command.
10 11 12 13 14 15 16 17 |
# File 'lib/mysh/internal/actions/show/env.rb', line 10 def process_command(_args) print WORKING Gem.refresh puts "Key mysh environment information.", "", info.format_output_bullets, "", path.format_output_bullets, "" end |