commit | bcacef19b032d1162120c4a48412bb62b90ad61c | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Sun Mar 11 21:05:57 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Mar 12 01:28:50 2012 -0400 |
tree | 07b3ca56da1946d99e79258d4bab9276ef1e05bd | |
parent | 22ba60e514e074e4bdee1529aa8d22600712f001 [diff] |
Add an option parser On one hand, getopt (in particular the -o suboption syntax) sucks on the server side, and on the client side we would like to avoid the glib dependency. We can roll out own option parser and solve both problems and save a few lines of code total.