module Noir::CLI::CompletionCommand

Overview

noir completion <zsh|bash|fish|elvish>

Replaces v0 --generate-completion SHELL.

Defined in:

cli/commands/completion.cr

Constant Summary

SHELLS = ["zsh", "bash", "fish", "elvish"] of ::String

Class Method Summary

Class Method Detail

def self.parse_argv(argv : Array(String)) : Parsed #

[View source]
def self.print_help(io : IO = STDOUT) #

[View source]
def self.run(argv : Array(String)) #

[View source]