Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 15:14

Changelog: v1.0.1...v1.0.2

Fixed shorthand flags expansion.

parseArgs(
  ['-a'],
  {
    flags: ['foo'],
    shorthands: { a: 'foo' }
  }
);
// ⮕ { '': [], foo: true }