struct Noir::CLI::ListCommand::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/list.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(subject _subject = @subject, help _help = @help) #

[View source]
def help : Bool #

def subject : String | Nil #