From b3c8bc4010d49db832843d58c1f24e4fa68d9298 Mon Sep 17 00:00:00 2001 From: exploide Date: Tue, 17 Mar 2020 19:41:43 +0100 Subject: [PATCH] trivial: update command consumes device ids in fish shell completion --- data/fish-completion/fwupdmgr.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/fish-completion/fwupdmgr.fish b/data/fish-completion/fwupdmgr.fish index eed3ce6e8..1568554c4 100644 --- a/data/fish-completion/fwupdmgr.fish +++ b/data/fish-completion/fwupdmgr.fish @@ -59,7 +59,7 @@ complete -c fwupdmgr -n '__fish_use_subcommand' -x -a verify -d 'Checks cryptogr complete -c fwupdmgr -n '__fish_use_subcommand' -x -a verify-update -d 'Update the stored cryptographic hash with current ROM contents' # commands exclusively consuming device IDs -set -l deviceid_consumers activate clear-results downgrade get-releases get-results reinstall unlock verify verify-update +set -l deviceid_consumers activate clear-results downgrade get-releases get-results reinstall unlock update verify verify-update # complete device IDs complete -c fwupdmgr -n "__fish_seen_subcommand_from $deviceid_consumers" -x -a "(__fish_fwupdmgr_devices)" # complete files and device IDs