module Bargs::Processor

Direct including types

Defined in:

bargs/processor.cr

Constant Summary

LONG_REGEX = /--[a-z]+ ?[a-z]+/
SHORT_REGEX = /\ -[a-z]/

Instance Method Summary

Instance Method Detail

def parse_flags(command_name) #

[View source]
def process #

[View source]