How to accept arguments with whitespace? #5389
Replies: 2 comments
-
This is a shell-specific question. Generally, quotes should do it. To say anymore, I'd need to know your shell, your example command line, and an example application. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It was because I ran it with bun.sh running it without does not cause a problem. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 👋🏽 I am working on a CLI that needs to accept arguments that maybe have whitespace in them. How do I do that? When I provide them wrapped in quotes clap still tries to parse them individually.
Beta Was this translation helpful? Give feedback.
All reactions