powerprofilesctl options handling regression
I used this line, or similar ones, in scripts to build Flatpaks locally. This worked with 0.13 and now fails with 0.20.
$ sh -x ./local-build.sh
+ rm -rf _build
+ mkdir _build
+ rm -rf _repo
+ mkdir _repo
+ BRANCH=test
+ powerprofilesctl launch flatpak-builder --ccache --force-clean --default-branch=test _build com.bambulab.BambuStudio.yml --repo=_repo
usage: powerprofilesctl [-h] {list,list-holds,get,set,launch,version} ...
powerprofilesctl: error: unrecognized arguments: --ccache --force-clean --default-branch=test _build com.bambulab.BambuStudio.yml --repo=_repo
Reproducer can be checked out here: https://github.com/flathub/com.bambulab.BambuStudio