Skip to content

Commit

Permalink
Leave out options and registeredArguments on Command
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Oct 13, 2023
1 parent c540e91 commit c4df437
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ The version numbering does not follow semantic versioning but instead aligns wit

### Added

- `options` property on `Command` with the array of defined `'Option` ([#48])
- `registeredArguments` property on `Command` with the array of defined `Argument` (like `Command.options` for `Option`) ([#48])
- TypeScript declarations for Option properties: `envVar`, `presetArg` ([#48])
- TypeScript declarations for Argument properties: `argChoices`, `defaultValue`, `defaultValueDescription` ([#48])

Expand Down

0 comments on commit c4df437

Please sign in to comment.