fwupd/data/bash-completion
Richard Hughes 4257d5f451 Add support for Quit() in fwupdmgr
This allows us to only shut down the P2P daemon in the installed tests.
The easy fix would have been to use something like:

    gdbus call --address unix:path=/run/fwupd.sock --object-path / --method org.freedesktop.fwupd.Quit'

...but the daemon does not implement an ObjectManager, which gdbus requires.

This worked correctly for so long because the p2p tests were being run after
the bus tests, so shutting down the system daemon had no effect.

Fedora 37 seems to have flipped the order for some reason -- and now it
*sometimes* matters that we were doing the worng thing...
2023-02-07 11:00:53 +00:00
..
fwupdagent trivial: Use bash-completion facilities to get arguments 2022-06-20 12:57:40 -04:00
fwupdmgr Add support for Quit() in fwupdmgr 2023-02-07 11:00:53 +00:00
fwupdtool Add a 'get-report-metadata' command to allow debugging metadata collection 2022-12-14 14:43:52 +00:00
meson.build trivial: Make meson.build indentation consistent 2022-06-21 03:27:38 -04:00