Skip to content
  • Kristian Høgsberg's avatar
    Add an option parser · bcacef19
    Kristian Høgsberg authored
    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.
    bcacef19