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
The docs says: qserver -c queue-clear
and also: qserver -c history_clear
should queue-clear be queue_clear?
The text was updated successfully, but these errors were encountered:
qserver
Changes introduced in PR #98 change the structure of the parameters of for qserver CLI tools.
qserver -c queue_clear qserver -c history_clear
are replaced by
qserver queue clear qserver history clear
Sorry, something went wrong.
Addressed in #98
No branches or pull requests
The docs says:
qserver -c queue-clear
and also:
qserver -c history_clear
should queue-clear be queue_clear?
The text was updated successfully, but these errors were encountered: