module CLI::GenerateCompletion

Defined in:

cli/generate_completion.cr

Class Method Summary

Class Method Detail

def self.bash(cmd : CLI::Commands.class, binary_name : String) : String #

[View source]
def self.generate(type : CLI::GenerateCompletion::ShellType, cmd : CLI::Commands, binary_name : String) #

[View source]
def self.zsh(cmd : CLI::Commands.class, binary_name : String) : String #

[View source]