class documentation

class PrintShellCompletion(Subcommand): (source)

View In Hierarchy

Print completion code for the given shell.

Method main Undocumented
Constant DESCRIPTION_MORE Undocumented

Inherited from Subcommand:

Constant ALLOW_ABBREV Undocumented

Inherited from Command (via Subcommand):

Constant COLOR_GROUPS Undocumented
Constant SUBCOMMAND_HELPMSG Undocumented
Constant VERSION Undocumented
def main(self, SHELL: Set(zsh, bash, fish)): (source)

Undocumented

DESCRIPTION_MORE: str = (source)

Undocumented

Value
'''
Examples:
  - nt2 completion zsh >~/.local/share/zsh/site-functions/_nt2
  - nt2 completion bash >~/.local/share/bash-completion/completions/nt2
  - nt2 completion fish >~/.config/fish/completions/nt2.fish
'''