Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor help option implementation to hold actual Option #2006

Merged
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0a2f822
Refactor help option support to use actual Option as store for config…
shadowspawn Sep 2, 2023
1c21b8a
Lazy create help option, getter, addHelpOption() for symmetry with ad…
shadowspawn Sep 3, 2023
33f7150
Create helpOption in copyInherited so shared, and don't create multip…
shadowspawn Oct 7, 2023
48f9fd9
Bump @types/jest from 29.5.6 to 29.5.7 (#2064)
dependabot[bot] Nov 11, 2023
902124d
Bump eslint from 8.52.0 to 8.53.0 (#2061)
dependabot[bot] Nov 11, 2023
c20a71d
Bump @types/node from 20.8.9 to 20.8.10 (#2063)
dependabot[bot] Nov 11, 2023
6b74d26
Bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.9.1 (#2060)
dependabot[bot] Nov 11, 2023
2978456
Bump @typescript-eslint/parser from 6.9.0 to 6.9.1 (#2062)
dependabot[bot] Nov 11, 2023
883d326
Bump @types/jest from 29.5.7 to 29.5.8 (#2076)
dependabot[bot] Nov 14, 2023
f234c25
Bump @types/node from 20.8.10 to 20.9.0 (#2074)
dependabot[bot] Nov 14, 2023
c1b2526
Bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.10.0 (#2072)
dependabot[bot] Nov 14, 2023
47a48c9
Bump @typescript-eslint/parser from 6.9.1 to 6.10.0 (#2073)
dependabot[bot] Nov 14, 2023
8eed8c2
Bump eslint-plugin-n from 16.2.0 to 16.3.1 (#2075)
dependabot[bot] Nov 14, 2023
02ba904
Bump eslint from 8.53.0 to 8.54.0 (#2082)
dependabot[bot] Nov 29, 2023
158c3c7
Bump eslint-config-standard-with-typescript from 39.1.1 to 40.0.0 (#2…
dependabot[bot] Nov 30, 2023
d8a0938
Bump @typescript-eslint/parser from 6.10.0 to 6.13.1 (#2091)
dependabot[bot] Dec 1, 2023
d97b828
Merge branch 'develop' into feature/help-option-as-property
shadowspawn Dec 16, 2023
1d0fe63
Refactor _hasHelpOption, add explicit lazy getter
shadowspawn Dec 16, 2023
5a1864c
Update comment
shadowspawn Dec 16, 2023
878df5a
Rework lazy help option creation, and better handle null help option
shadowspawn Dec 16, 2023
4b4ba8c
Remove debug hack
shadowspawn Dec 16, 2023
ae6d563
Merge remote-tracking branch 'upstream/release/12.x' into feature/hel…
shadowspawn Dec 16, 2023
7dddfd8
Merge remote-tracking branch 'upstream/release/12.x' into feature/hel…
shadowspawn Dec 16, 2023
8f64745
Fill out .addHelpOption coverage
shadowspawn Dec 17, 2023
6b14397
Add internal comment
shadowspawn Dec 17, 2023
361b0ef
Merge remote-tracking branch 'upstream/release/12.x' into feature/hel…
shadowspawn Jan 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump @types/node from 20.8.10 to 20.9.0 (#2074)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.10 to 20.9.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
commit f234c257ce097dc55ce5e922327c405451c40547
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading