ShellCompletionSetupMode
Configures how shell completion installation is handled at runtime.
- Kind:
Enum - Namespace: Repl.ShellCompletion
- Assembly:
Repl.Core - Source: src/Repl.Core/ShellCompletion/ShellCompletionSetupMode.cs
Signature
Section titled “Signature”public enum ShellCompletionSetupModeFields
Section titled “Fields”Attempt installation automatically in interactive sessions when shell is supported.
Auto = 2Returns
Section titled “Returns”Manual
Section titled “Manual”No automatic setup. Users install/uninstall completion explicitly via commands.
Manual = 0Returns
Section titled “Returns”Prompt
Section titled “Prompt”Prompt once in interactive sessions and offer installation when shell is supported.
Prompt = 1