Class: Takeltau::ShipCompletion
- Inherits:
-
SubCommandBase
- Object
- Thor
- SubCommandBase
- Takeltau::ShipCompletion
- Includes:
- LoggingModule, ShipCompletionBash
- Defined in:
- lib/takeltau/ship/completion/cli.rb
Overview
tau completion
Instance Method Summary collapse
Methods included from ShipCompletionBash
Methods included from LoggingModule
Methods inherited from SubCommandBase
Instance Method Details
#bash ⇒ Object
17 18 19 20 21 22 |
# File 'lib/takeltau/ship/completion/cli.rb', line 17 def bash completion_bash = ship_completion_bash exit false if completion_bash == false say completion_bash true end |