class Bargs::CLI

Included Modules

Defined in:

bargs.cr

Constructors

Instance Method Summary

Instance methods inherited from module Bargs::Utils

get_command(name) get_command, has_command?(name) has_command?, is_flag?(string) is_flag?

Instance methods inherited from module Bargs::Processor

parse_flags(command_name) parse_flags, process process

Constructor Detail

def self.new(*input) #

[View source]

Instance Method Detail

def command(name) #

[View source]
def commands : Array(Bargs::Command) #

[View source]
def flag(name, &) #

[View source]
def flags : Array(Bargs::Flag) #

[View source]
def help=(help : String) #

[View source]