class Parser
- Parser
- Reference
- Object
Overview
Parser for command line args to aptman This is mean to emulate how pacman works on Arch Linux
Defined in:
aptman/parser.crConstructors
Instance Method Summary
- #add_operation(op : Operation)
-
#explode_args : Array(String)
Make the array of command line args into an array of strings of args without dashes
-
#get_targets
Get the target names/patterns/files for the command
Constructor Detail
Instance Method Detail
def explode_args : Array(String)
#
Make the array of command line args into an array of strings of args without dashes