./devel/lua-argparse, Feature-rich command-line argument parser for Lua

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.1, Package name: lua53-argparse-0.7.1, Maintainer: pkgsrc-users

Argparse is a feature-rich command line parser for Lua inspired by
argparse for Python.

Argparse supports positional arguments, options, flags, optional
arguments, subcommands and more. Argparse automatically generates
usage, help and error messages.


Required to run:
[lang/lua53]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 42.752 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-07-14 13:47:01 by Nia Alarie | Files touched by this commit (2)
Log message:
lua-argparse: Update to 0.7.1

New features

    Hidden aliases can be added to an option or command by setting the
    hidden_name property
   2020-07-02 13:36:36 by Nia Alarie | Files touched by this commit (4)
Log message:
devel: Add lua-argparse. Based on work by Jonathan Buschmann in wip.

Argparse is a feature-rich command line parser for Lua inspired by
argparse for Python.

Argparse supports positional arguments, options, flags, optional
arguments, subcommands and more. Argparse automatically generates
usage, help and error messages.