Searched refs:ShellCompletionFormat (Results 1 – 1 of 1) sorted by relevance
41 class ShellCompletionFormat(Enum): class146 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),