5 Commits

Author SHA1 Message Date
Sam Abradi
2ed55a58d2 fixed the bullshit with the name conflict when loading commands that share names with commands being loaded from PATH. also made arguments work, basically by making BaseCommand take an aray of args in __init__ and then passing it all of the args in parse_cmd 2015-02-24 18:04:02 -05:00
Ian Adam Naval
80ac53e72e Fix example commands 2015-02-20 22:54:09 -05:00
Ian Adam Naval
9324774208 Improve shell argument parsing
For example, this patch fixes the command "df | awk '{print $1}'"
2015-02-20 22:53:22 -05:00
Ian Adam Naval
0a78e571fd tabs -> spaces 2015-02-20 18:27:21 -05:00
Ian Adam Naval
c9b1b2fba9 Initial commit 2015-02-20 18:20:22 -05:00