From 7de0b6410d4fd0a8b33bdddafe179a87fa71760a Mon Sep 17 00:00:00 2001 From: NextAlone <12210746+NextAlone@users.noreply.github.com> Date: Thu, 8 Sep 2022 10:11:54 +0800 Subject: [PATCH] update fastboot reboot subcommand --- share/completions/fastboot.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/completions/fastboot.fish b/share/completions/fastboot.fish index 06d7a6b76..b0f4f33f8 100644 --- a/share/completions/fastboot.fish +++ b/share/completions/fastboot.fish @@ -67,3 +67,6 @@ complete -n '__fish_seen_subcommand_from erase' -c fastboot -f -a "(__fish_fastb # flashing 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'