gnu constant

ArgConfig const gnu

A configuration approximating GNU-style option parsing, which is the general standard on most Unix-like systems.

Implementation

static const gnu =
    ArgConfig(longPrefix: '--', shortPrefix: '-', disableOptionsAfter: '--');