]> git.cworth.org Git - spritext/commit
Refactor argument parsing into parse_args instead of just being in main
authorCarl Worth <cworth@cworth.org>
Wed, 13 Feb 2008 18:34:30 +0000 (10:34 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 13 Feb 2008 18:34:48 +0000 (10:34 -0800)
commit7744faa066b64d5a834c72a3704fa2579bf1ca5d
treecea641d6b1742a01896f78d1b75a6e2c39aa7e80
parentd8ee2429802e93ac01ddf3d42a9fb3a37b761e03
Refactor argument parsing into parse_args instead of just being in main

Also, fix things so that default arguments are actually initialized
in the non-CGI case. With this change, the output is actually non-
empty now. Hurrah!
spritext.c