Home
last modified time | relevance | path

Searched refs:ShellCompletionFormat (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_cli/py/pw_cli/
H A Darguments.py41 class ShellCompletionFormat(Enum): class
146 tab_completion_format: str = ShellCompletionFormat.BASH.value,
150 if tab_completion_format == ShellCompletionFormat.ZSH.value:
152 if tab_completion_format == ShellCompletionFormat.FISH.value:
193 choices=list(shell.value for shell in ShellCompletionFormat),