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

Can't parse in arguments with a space in it #2

Closed
AceKiron opened this issue Nov 24, 2019 · 1 comment
Closed

Can't parse in arguments with a space in it #2

AceKiron opened this issue Nov 24, 2019 · 1 comment

Comments

@AceKiron
Copy link

AceKiron commented Nov 24, 2019

When I try helloworld.exe -N "Nobody, or am I?" -C 4 it should see the following arguments because of how command line works:

  • -N
  • "Nobody, or am I?"
  • -C
  • 4

but it actually only sees this:

  • -N
  • Nobody,
  • -C
  • 4

Can you fix this please? I'm using an almost entirely exact copy of the example except for the -h argument which doesn't work.

@pfultz2
Copy link
Owner

pfultz2 commented Nov 30, 2019

Fixed that here:

2afcc7f

When it passes travis, I'll merge it into master.

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

No branches or pull requests

2 participants