class Takeltau::Completion
takeltau completion
Public Instance Methods
bash()
click to toggle source
# File lib/takeltau/completion/cli.rb, line 17 def bash completion_bash = Takeltau::CLI.new.bash_fylla exit false if completion_bash == false say completion_bash true end