Skip to content

ShellCompletionSetupMode

Configures how shell completion installation is handled at runtime.

public enum ShellCompletionSetupMode

Attempt installation automatically in interactive sessions when shell is supported.

Auto = 2

ShellCompletionSetupMode

No automatic setup. Users install/uninstall completion explicitly via commands.

Manual = 0

ShellCompletionSetupMode

Prompt once in interactive sessions and offer installation when shell is supported.

Prompt = 1

ShellCompletionSetupMode