summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pass Goctl object into handlers.Brian Cully2015-07-104-16/+19
|
* Change Handler type to interface.Brian Cully2015-07-104-48/+82
| | | | Should allow for more flexibility in handlers. Also, move builtin handlers into their own modules
* Move builtin commands into objects handlers on creation.Brian Cully2015-07-102-17/+57
| | | | This simplifies lookup. Still prevents overriding of command handlers.
* Add test helpers.Brian Cully2015-07-101-41/+25
|
* Use NUL as field separator.Brian Cully2015-07-103-34/+42
| | | | This way spaces can be sent as useful data to commands.
* Change flag for socket path from '-path' to '-f'.Brian Cully2015-07-091-1/+1
|
* Initial commit.Brian Cully2015-07-024-0/+416