<feed xmlns='http://www.w3.org/2005/Atom'>
<title>goctl.git, branch master</title>
<subtitle>golang library for unix socket-based cli</subtitle>
<id>https://git.spork.org/goctl.git/atom?h=master</id>
<link rel='self' href='https://git.spork.org/goctl.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.spork.org/goctl.git/'/>
<updated>2015-07-10T21:56:14Z</updated>
<entry>
<title>Make AddHandlers() variadic, remove AddHandler().</title>
<updated>2015-07-10T21:56:14Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2015-07-10T21:56:08Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/goctl.git/commit/?id=6d7a72918b163c155858a152ee65fdac75ac381d'/>
<id>urn:sha1:6d7a72918b163c155858a152ee65fdac75ac381d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass by val in ping handler.</title>
<updated>2015-07-10T20:22:11Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2015-07-10T20:22:11Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/goctl.git/commit/?id=21a44a952f0272d094d8dc01163065da5a6ce12e'/>
<id>urn:sha1:21a44a952f0272d094d8dc01163065da5a6ce12e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename cmd modules.</title>
<updated>2015-07-10T20:18:20Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2015-07-10T20:18:20Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/goctl.git/commit/?id=17d71eaa18bfeb07fab78ac13b1c4fca8379a6d0'/>
<id>urn:sha1:17d71eaa18bfeb07fab78ac13b1c4fca8379a6d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add builtin 'help' command.</title>
<updated>2015-07-10T20:16:11Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2015-07-10T20:16:11Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/goctl.git/commit/?id=16815048d2f7f770a454597a39838e63014132f2'/>
<id>urn:sha1:16815048d2f7f770a454597a39838e63014132f2</id>
<content type='text'>
Allows handlers to output helpful information.
</content>
</entry>
<entry>
<title>Move tests for bultin commands to separate modules.</title>
<updated>2015-07-10T19:46:13Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2015-07-10T19:46:13Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/goctl.git/commit/?id=f8f30593d7df521d45fd85e1d90fb7b7fe54a980'/>
<id>urn:sha1:f8f30593d7df521d45fd85e1d90fb7b7fe54a980</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass Goctl object into handlers.</title>
<updated>2015-07-10T19:42:00Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2015-07-10T19:42:00Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/goctl.git/commit/?id=f38c11939e83895411dfc0d1c79bca172c56f3fc'/>
<id>urn:sha1:f38c11939e83895411dfc0d1c79bca172c56f3fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change Handler type to interface.</title>
<updated>2015-07-10T19:27:01Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2015-07-10T19:18:55Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/goctl.git/commit/?id=2fd292d5f480fd51cdbbff4821b6f09940a005a9'/>
<id>urn:sha1:2fd292d5f480fd51cdbbff4821b6f09940a005a9</id>
<content type='text'>
Should allow for more flexibility in handlers. Also, move builtin handlers into their own modules
</content>
</entry>
<entry>
<title>Move builtin commands into objects handlers on creation.</title>
<updated>2015-07-10T18:07:57Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2015-07-10T18:00:24Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/goctl.git/commit/?id=9408742ed1a7eef568e2bf0d8e1aba390ae4d80b'/>
<id>urn:sha1:9408742ed1a7eef568e2bf0d8e1aba390ae4d80b</id>
<content type='text'>
This simplifies lookup. Still prevents overriding of command handlers.
</content>
</entry>
<entry>
<title>Add test helpers.</title>
<updated>2015-07-10T17:36:13Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2015-07-10T17:36:13Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/goctl.git/commit/?id=ab72c2f0b56ce9929b46af1df09d30e2a7552b30'/>
<id>urn:sha1:ab72c2f0b56ce9929b46af1df09d30e2a7552b30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use NUL as field separator.</title>
<updated>2015-07-10T17:21:24Z</updated>
<author>
<name>Brian Cully</name>
<email>bjc@kublai.com</email>
</author>
<published>2015-07-10T17:21:24Z</published>
<link rel='alternate' type='text/html' href='https://git.spork.org/goctl.git/commit/?id=e659a670dded350f45da7b9c0924a925a7443510'/>
<id>urn:sha1:e659a670dded350f45da7b9c0924a925a7443510</id>
<content type='text'>
This way spaces can be sent as useful data to commands.
</content>
</entry>
</feed>
