struct Noir::CLI::RulesCommand::Parsed

Overview

Parsed argv. Pulled out of run so the parser can be exercised in unit specs without triggering the exit/die side effects.

Defined in:

cli/commands/rules.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def action : String | Nil #

def clone #

[View source]
def copy_with(action _action = @action, help _help = @help) #

[View source]
def help : Bool #