Class: Ukiryu::Errors::UnknownShellError

Inherits:
Error show all
Defined in:
lib/ukiryu/errors.rb

Overview

Shell detection errors

Constant Summary

Constants inherited from StandardError

StandardError::FILENO

Instance Method Summary collapse

Methods inherited from StandardError

stderr?

Instance Method Details

#suggestionsObject



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