mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
update fastboot reboot subcommand
This commit is contained in:
parent
09a50a2b1e
commit
7de0b6410d
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue