Class: Bashly::Commands::Shell
- Defined in:
- lib/bashly/commands/shell.rb
Instance Method Summary collapse
Methods inherited from Base
#config, #config_validator, #validate_config, #with_valid_config
Methods included from AssetHelper
Instance Method Details
#run ⇒ Object
10 11 12 13 |
# File 'lib/bashly/commands/shell.rb', line 10 def run ENV['BASHLY_SHELL'] = '1' terminal.start end |