Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 657 Bytes

File metadata and controls

20 lines (15 loc) · 657 Bytes
title sidebar_label slug
completion
completion
/completion

Scripts used to create command-line completion for bash, fish, powershell, and zsh can be printed using:

kurtosis completion [command]

The available commands are as follows:

  • bash: Generates the autocompletion script for bash
  • fish: Generates the autocompletion script for fish
  • powershell: Generates the autocompletion script for powershell
  • zsh: Generates the autocompletion script for zsh

Instructions for how to install command-line completion on your shell can be found here in our Guides section.