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

How to run multiple commands from a button #1709

Closed
jmbell1989 opened this issue Jun 22, 2022 · 2 comments
Closed

How to run multiple commands from a button #1709

jmbell1989 opened this issue Jun 22, 2022 · 2 comments

Comments

@jmbell1989
Copy link

jmbell1989 commented Jun 22, 2022

In Cosmos 4 you could separate each cmd using a semicolon but that is not the case anymore. In the commanding.txt example, the 'Start Collect' button has a comment

All COSMOS commands (api.cmd) must be separated by newlines '\n'. All code separated by semicolons is evaluated together.

but that doesn't seem to work as intended.
Thoughts?

@jmthomas
Copy link
Contributor

I agree. I'm going to change this to double semicolons ';;' to separate commands and single semicolons to evaluate togther.

@jmthomas
Copy link
Contributor

jmthomas commented Jul 6, 2022

closed by #1704

@jmthomas jmthomas closed this as completed Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants