We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This (and any other) prompt, will not work if the command is backgrounded:
cylc-uiserver/cylc/uiserver/scripts/gui.py
Lines 148 to 149 in def8d01
E.G:
cylc gui &
This works (because it's sending the text to the processes stdin, not the terminal):
cylc gui <<< y &
Ideally, we would fail the command in this situation, rather than issuing a prompt that the user can not answer.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This (and any other) prompt, will not work if the command is backgrounded:
cylc-uiserver/cylc/uiserver/scripts/gui.py
Lines 148 to 149 in def8d01
E.G:
This works (because it's sending the text to the processes stdin, not the terminal):
Ideally, we would fail the command in this situation, rather than issuing a prompt that the user can not answer.
The text was updated successfully, but these errors were encountered: