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

Command line arguments with spaces within double quote aren't being passed to LabVIEW #4

Closed
chinghwayu opened this issue Apr 15, 2016 · 1 comment

Comments

@chinghwayu
Copy link
Contributor

Example:

"c:\Program Files (x86)\Wiresmith Technology\LabVIEW CLI\labview-cli.exe" "C:\Documents\GitHub\LabVIEW-CLI\LabVIEW Source\CLI Demo.vi" -- "This is a test"

This doesn't pass "This is a test" as a single argument. Instead, it passes each word as a separate argument.

JamesMc86 added a commit that referenced this issue Apr 16, 2016
* Added version information to verbose output.
@JamesMc86
Copy link
Collaborator

The v1.1.0-beta release should fix this issue. You only need to update the C# app for this to work.

Thanks for the report!

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