Files
dotfiles/dot_config/nushell/nu_scripts/custom-completions/fastboot
Cian Hughes 896af887ca Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows)
and improves grepability with neovim/telescope
2024-11-07 13:52:17 +00:00
..
2024-11-07 13:52:17 +00: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.