snapframework / snap

Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
455 stars 68 forks source link

serveSnaplet without argument parsing #133

Closed fhartwig closed 9 years ago

fhartwig commented 9 years ago

There should be a version of serveSnaplet that does not attempt to parse command line arguments but just accepts the configuration passed to the function (unless I'm missing something and it's already possible to do this?). I might work on this later, but I cannot get the current HEAD to build.

mightybyte commented 9 years ago

Yes, something like that would probably be a good idea. If you're having trouble getting it to build, try asking in the #snapframework IRC channel. Someone there can probably help you.