CliOptionParts

The three parts needed to construct a Docopt compatible string.

struct CliOptionParts {
string usage;
string optional;
string others;
}

Meta