Class: Takeltau::ShipCompletion

Inherits:
SubCommandBase show all
Includes:
LoggingModule, ShipCompletionBash
Defined in:
lib/takeltau/ship/completion/cli.rb

Overview

tau completion

Instance Method Summary collapse

Methods included from ShipCompletionBash

#ship_completion_bash

Methods included from LoggingModule

#initialize_logging, #log

Methods inherited from SubCommandBase

banner, subcommand_prefix

Instance Method Details

#bashObject



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