Class: Ukiryu::Errors::UnknownShellError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Ukiryu::Errors::UnknownShellError
- Defined in:
- lib/ukiryu/errors.rb
Overview
Shell detection errors
Constant Summary
Constants inherited from StandardError
Instance Method Summary collapse
Methods inherited from StandardError
Instance Method Details
#suggestions ⇒ Object
18 19 20 21 22 23 24 |
# File 'lib/ukiryu/errors.rb', line 18 def suggestions [ 'Supported shells: bash, zsh, fish, sh, dash, tcsh, powershell, cmd', 'Platform groups: :unix (all Unix shells), :windows, :powershell', 'Set explicitly: Ukiryu.configure { |c| c.default_shell = :bash }' ] end |