nu_scripts/custom-completions/fastboot
undefined f1b0432ad9
feat: add adb&fastboot completions (#834)
Although all correct commands have been added where possible, some
instructions may be missing
2024-05-10 11:05:44 -05:00
..
fastboot-completions.nu feat: add adb&fastboot completions (#834) 2024-05-10 11:05:44 -05:00
readme.md feat: add adb&fastboot completions (#834) 2024-05-10 11:05:44 -05:00

SDK Platform Tools completions

A Nushell extern definition and completers for SDK Platform Tools fastboot.

This module provides extern definitions for almost all of the fastboot commands and their flags.

Usage

simply import the extern definitions with

use path/to/fastboot-completions.nu * # don't forget the star `*`

or

source path/to/fastboot-completions.nu

Once imported completions will be available for commands, flags, options, and some values as well. Display the commands by entering the → tab key in the command line after fastboot or any of it's command options.