Argz::Raw
Provide a friendly raw base module to the the raw command-line arguments.
Class methods
add(str : String | Array(String))
Sourceargument_to(flag : String) : String | Nil
Find the argument to a given string in the raw index.
arguments_to?(flag : String) : Bool
Find out if there's at least one or more arguments to a given flag.
delete(str : String | Array(String))
Sourcedelete_all
Sourceempty?
Sourceindex_of(flag : String) : Int32 | Nil
Find the index (relative number) of the argument in the argument list.
index_of?(flag : String) : Bool
Find the index (relative number) of the argument in the argument list.
is_flag?(flag : String)
Sourceis_flag_like?(flag : String)
Source