mpc icon indicating copy to clipboard operation
mpc copied to clipboard

mpc 0.35 --no-status returns "Unknown option = (null)"

Open c-markwell opened this issue 2 years ago • 1 comments

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.

c-markwell avatar Dec 31 '23 22:12 c-markwell

Confirmed, git bisect tells me that it's present since 806ba2edd7e116fda1036294ecab25fe21375db3. Fix is in #112.

RensOliemans avatar Jun 14 '24 11:06 RensOliemans

#112 was merged

MaxKellermann avatar Jan 01 '25 19:01 MaxKellermann