hxargs icon indicating copy to clipboard operation
hxargs copied to clipboard

A really small command line parser

Results 1 hxargs issues
Sort by recently updated
recently updated
newest added

Recentry I tried to use Safety plugin (https://github.com/RealyUniqueName/Safety), and it doesn't work well with hxargs. Following code: ```haxe hxargs.Args.generate([ @doc('Desired size, 1 by default') ["-s", "--size"] => (size : String)...