Files
pnpm/packages/parse-cli-args/CHANGELOG.md
2020-07-31 13:51:21 +03:00

754 B

@pnpm/parse-cli-args

3.0.1

Patch Changes

  • a2ef8084f: Use the same versions of dependencies across the pnpm monorepo.

3.0.0

Major Changes

  • 65b4d07ca: move recursive for workspace check to pnpm main

2.1.0

Minor Changes

  • 09b777f8d: New option added: fallbackCommand. If set, this command is added to the beginning of any unknown query.

2.0.0

Major Changes

  • 561f38955: unknownOptions in the result object is a Map instead of an Array.

    unknownOptions is a map of unknown options to options that are similar to the unknown options.

1.1.0

Minor Changes

  • 0e8daafe4: The mapping of CLI option shorthands may use arrays of string.

1.0.1

Patch Changes

  • @pnpm/find-workspace-dir@1.0.1