class Trollop::Parser

The commandline parser. In typical usage, the methods in this class will be handled internally by Trollop::options. In this case, only the opt, banner and version, depends, and conflicts methods will typically be called.

If it’s necessary to instantiate this class (for more complicated argument-parsing situations), be sure to call parse to actually produce the output hash.