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
Running mpc 0.35 (compiled from source on Raspberry Pi OS based on Debian 12) with the --no-status command returns the following:
$ mpc --no-status Unknown option = (null)
Note that there's two spaces between "option" and the equal sign.
The --quiet option works as expected.
mpc --no-status returns status 1, whereas mpc --quiet returns status 0.
Thanks very much for your work on mpd.
The text was updated successfully, but these errors were encountered:
options: fix --no-status
044bfe5
Partial revert of 806ba2e, which introduced a bug described in issue MusicPlayerDaemon#108.
Confirmed, git bisect tells me that it's present since 806ba2e. Fix is in #112.
git bisect
Sorry, something went wrong.
No branches or pull requests
Running mpc 0.35 (compiled from source on Raspberry Pi OS based on Debian 12) with the --no-status command returns the following:
$ mpc --no-status
Unknown option = (null)
Note that there's two spaces between "option" and the equal sign.
The --quiet option works as expected.
mpc --no-status returns status 1, whereas mpc --quiet returns status 0.
Thanks very much for your work on mpd.
The text was updated successfully, but these errors were encountered: