Skip to main content
Version: v. 1

Spark completions

NAME

spark-completions - Generate shell completions script

SYNOPSIS

spark completions shell

DESCRIPTION

Generates a shell completions script for the given shell.

Supported shells are:

  • bash
  • elvish
  • fish
  • powershell
  • zsh

OPTIONS

Common Options

-h
--help
Prints help information.

EXAMPLES

  1. Generate shell completions script for zsh:
    spark completions zsh > $HOME/.oh-my-zsh/completions/_spark

SEE ALSO

spark