/zoeplat

To get this branch, use:
bzr branch http://9ix.org/bzr/zoeplat

« back to all changes in this revision

Viewing changes to getopt_alt.lua

  • Committer: Josh C
  • Date: 2013-04-10 01:23:00 UTC
  • Revision ID: josh@9ix.org-20130410012300-wdgpz4k37ws1waj7
conf file for saving recording

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-- getopt_alt.lua
 
2
-- http://lua-users.org/wiki/AlternativeGetOpt
2
3
 
3
4
-- getopt, POSIX style command line argument parser
4
5
-- param arg contains the command line arguments in a standard table.