Skip to content
gsscoder edited this page Feb 28, 2013 · 10 revisions

If you're not familiar with *nix command line environment, you should know that this library was inspired by C function getopt.

You may want read also this Wikipedia article.

These conventions allow two kind of arguments, options and values:

  • values can be or not be bound to options.
  • options can be defined with short name, long name or both.