From 404cee579b657931bb6de81553b9b33d387a6b11 Mon Sep 17 00:00:00 2001 From: NextAlone <12210746+NextAlone@users.noreply.github.com> Date: Mon, 19 Sep 2022 13:07:08 +0800 Subject: [PATCH] add fastboot oem subcommand completions --- share/completions/fastboot.fish | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/completions/fastboot.fish b/share/completions/fastboot.fish index b0f4f33f8..3c6c01039 100644 --- a/share/completions/fastboot.fish +++ b/share/completions/fastboot.fish @@ -69,4 +69,8 @@ complete -n '__fish_seen_subcommand_from erase' -c fastboot -f -a "(__fish_fastb complete -n '__fish_seen_subcommand_from flashing' -c fastboot -f -a "lock unlock lock_critical unlock_critical get_unlock_ability" # reboot -complete -n '__fish_seen_subcommand_from reboot' -c fastboot -xa 'bootloader fastboot edl' +complete -n '__fish_seen_subcommand_from reboot' -c fastboot -xa 'bootloader fastboot' + +# oem +complete -n '__fish_seen_subcommand_from oem' -c fastboot -xa 'device-info lock unlock edl' +