struct Noir::CLI::CompletionCommand::Parsed

Overview

Parsed argv. Extracted from run so the parser stays unit-testable without going through the exit/die side effects.

Defined in:

cli/commands/completion.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(shell : String | Nil, help : Bool) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(shell _shell = @shell, help _help = @help) #

[View source]
def help : Bool #

def shell : String | Nil #