Sha256: a4f5bd23ab3541ffb4ba12e5cb58280235ced662cbaefb8696b3f96d0579f8fe
Contents?: true
Size: 525 Bytes
Versions: 14
Compression:
Stored size: 525 Bytes
Contents
module Takelage # takelage completion class Completion < SubCommandBase include LoggingModule desc 'bash', 'Print bash completion code' long_desc <<-LONGDESC.gsub("\n", "\x5") Print bash completion code This command will print bash code which can be parsed to enable auto-completion for the takelage cli. Add this to your bash startup files: source <(tau completion bash) LONGDESC # Print bash completion code. def bash say Takelage::CLI.new.bash_fylla end end end
Version data entries
14 entries across 14 versions & 1 rubygems