Method: Fvm::CLI::Shell#warn_restart!
- Defined in:
- lib/fvm/cli/shell.rb
#warn_restart! ⇒ Object
For the time being, the user must manually re-set $FLEX_HOME. Warn them!
54 55 56 |
# File 'lib/fvm/cli/shell.rb', line 54 def warn_restart! highline.say "<%= color( 'You have changed the Flex SDK version. Please run `fvm-restart` to re-set $FLEX_HOME.', RED )%>" end |