Skip to content

Positional arguments not properly parsed #15

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

Closed
eskydar opened this issue Mar 24, 2023 · 0 comments · Fixed by #16
Closed

Positional arguments not properly parsed #15

eskydar opened this issue Mar 24, 2023 · 0 comments · Fixed by #16
Assignees

Comments

@eskydar
Copy link
Collaborator

eskydar commented Mar 24, 2023

Environment

Node: v19.8.1
citty: 0.1.0

Reproduction

Run the following command: pnpm play build --dir="directory" entryArg dstArg

Describe the bug

The expected behavior is that the entryArg and dstArg arguments are parsed and returned by order of their position.
The actual behavior is an error message: EARG Missing required positional argument: ENTRY.

Additional context

No response

Logs

No response

@eskydar eskydar changed the title Positional arguments properly parsed Positional arguments not properly parsed Mar 24, 2023
@eskydar eskydar self-assigned this Mar 24, 2023
@eskydar eskydar linked a pull request Mar 24, 2023 that will close this issue
@pi0 pi0 closed this as completed in #16 Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant