aboutsummaryrefslogtreecommitdiff
path: root/command.py
AgeCommit message (Collapse)Author
2017-06-22more commandline component optionstassaron
commandline options that existed before the redesign are now back
2017-06-22can send multiple arguments to a componenttassaron
2017-06-22bugfixestassaron
2017-06-22preset-loading and basic args from commandlinetassaron
also made some docstrings more informative
2017-06-18able to create components from commandlinetassaron
TODO: make components respond to argument
2017-06-18basic commandline functionality using 3 argstassaron
needs more args so components can be modified without gui
2017-06-06Code cleanupDH4