Class: Indoctrinatr::Tools::Commands::CompletionCommands

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/indoctrinatr/tools/commands/completion_commands.rb

Instance Method Summary collapse

Instance Method Details

#callObject



5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# File 'lib/indoctrinatr/tools/commands/completion_commands.rb', line 5

def call(**)
  puts <<~HEREDOC
    bashcompletion
    check
    completions
    demo
    doc
    new
    pack
    parse
    pdf
    pdf_with_field_names
    version
    workflow
    zshcompletion
  HEREDOC
end