Releases: smikhalevski/argcat
Releases · smikhalevski/argcat
v1.0.2
Changelog: v1.0.1...v1.0.2
Fixed shorthand flags expansion.
parseArgs(
['-a'],
{
flags: ['foo'],
shorthands: { a: 'foo' }
}
);
// ⮕ { '': [], foo: true }
v1.0.1
Changelog: v1.0.0...v1.0.1
Added typing for unbound values.
v1.0.0
Initial release