Class: Faststrap::InstallActions::BashCompletionInstallAction
- Inherits:
-
Faststrap::InstallAction
- Object
- Faststrap::InstallAction
- Faststrap::InstallActions::BashCompletionInstallAction
- Defined in:
- lib/faststrap/install_actions/bash_completion_install_action.rb
Class Method Summary collapse
Methods inherited from Faststrap::InstallAction
Class Method Details
.cmd ⇒ Object
13 14 15 |
# File 'lib/faststrap/install_actions/bash_completion_install_action.rb', line 13 def self.cmd system "brew install bash-completion" end |
.description ⇒ Object
9 10 11 |
# File 'lib/faststrap/install_actions/bash_completion_install_action.rb', line 9 def self.description "Install bash-completion cmd using homebrew" end |
.index ⇒ Object
5 6 7 |
# File 'lib/faststrap/install_actions/bash_completion_install_action.rb', line 5 def self.index 8 end |
.name ⇒ Object
17 18 19 |
# File 'lib/faststrap/install_actions/bash_completion_install_action.rb', line 17 def self.name "bash-completion" end |