go constant

ArgConfig const go

A configuration approximating Go-style option parsing. In particular, short options are disabled. Unlike Go, this does not support automatically inferring a full argument name given just its prefix.

Implementation

static const go = ArgConfig(
    longPrefix: '-', shortPrefix: null, noOptionsAfterPositional: true);