Module coneforest.clianthus


module coneforest.clianthus
GNU-compatible command-line options processor.

Features

  • Support for either short (-V) or long (--version) option forms.
  • Support for options with arguments (-o file.txt, -ofile.txt, --output-file file.txt, --output-file=file.txt).
  • Short options can be bundled (-xvf).
  • Toggle options processing with --.

Author:
Anton Shvetz