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

fix: export constituent types of TypedCommandParameters individually #24

Merged
merged 2 commits into from
Oct 22, 2024

Conversation

molisani
Copy link
Member

Resolves #22

Describe your changes
Export constituent types of TypedCommandParameters individually. Renamed TypedCommandFlagParameters and TypedCommandPositionalParameters before exporting so the correct user-facing type is used.

Testing performed
Changes are type-only, relying on CI tests

@molisani molisani self-assigned this Oct 19, 2024
@molisani molisani requested a review from a team as a code owner October 19, 2024 19:43
@molisani molisani added the core ⚙ Relates to the @stricli/core package label Oct 20, 2024
@molisani molisani force-pushed the fix/command-parameter-types branch from c3f1b83 to a96341f Compare October 21, 2024 13:50
@mkubilayk mkubilayk merged commit 09dfb8d into main Oct 22, 2024
3 checks passed
@mkubilayk mkubilayk deleted the fix/command-parameter-types branch October 22, 2024 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core ⚙ Relates to the @stricli/core package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to reuse flags/aliases in multiple commands
2 participants