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

LabRecorderCLI help example would fail on Win10 #25

Open
agricolab opened this issue Mar 13, 2020 · 0 comments
Open

LabRecorderCLI help example would fail on Win10 #25

agricolab opened this issue Mar 13, 2020 · 0 comments

Comments

@agricolab
Copy link
Contributor

The help for LabRecorderCLI suggests the following example:
./LabRecorderCLI foo.xdf 'type="EEG"' 'host="LabPC1" or host="LabPC2"'

The way the " and ' are used would work fine on my bash shell on linux and git bash on Win10, but treated differently by Win10 cmd shell. We noticed that in this case, any stream-selection-argument would recognize all streams available. If multiple stream-selection-argument were given, all streams would be recorded multiple times.

Switching " and ' around, i.e. sth like LabRecorderCLI foo.xdf "type='EEG'" "type='Marker'" would work fine, at least when tested with git bash and cmd on Win10.

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

1 participant