class Bargs::ProcessedInput

Defined in:

bargs/processed_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(command_name : Nil | String, flags : Array(Bargs::ProcessedFlag) = [] of Bargs::ProcessedFlag, rest : Array(String) = [] of String) #

[View source]

Instance Method Detail

def command_name : String? #

[View source]
def get(flag_name) #

[View source]
def has?(flag_name) #

[View source]
def rest : Array(String) #

[View source]