windows constant

ArgConfig const windows

A configuration approximating Windows-style argument parsing. I have no idea why anyone would want to use this.

Implementation

static const windows = ArgConfig(longPrefix: '/', shortPrefix: null);