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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This is no issue in practice, but I just found this by accident.
If no domain is given, yabai hangs indefinitely. It properly exits with an error message if an empty domain is given.
# hangs indefinitely yabai -m # quits with error: unknown domain '' yabai -m '' # quits with error: unknown command '' for domain 'config' yabai -m config # quits with error: unknown command '' for domain 'config' yabai -m config ''
Edit: this comes down to client_send_message(argc, argv) in yabai.c:
client_send_message(argc, argv)
yabai.c
The text was updated successfully, but these errors were encountered:
#197 verify that a message is present
9755097
No branches or pull requests
Bug report
This is no issue in practice, but I just found this by accident.
If no domain is given, yabai hangs indefinitely. It properly exits with an error message if an empty domain is given.
Edit: this comes down to
client_send_message(argc, argv)
inyabai.c
:The text was updated successfully, but these errors were encountered: