You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
eskydar
changed the title
Positional arguments properly parsed
Positional arguments not properly parsed
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
The text was updated successfully, but these errors were encountered: