mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-10 04:41:15 -03:00
add fastboot oem subcommand completions
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user