IntelligenceX
Enum

CopilotCliInstallMethod

Namespace IntelligenceX.Copilot
Assembly IntelligenceX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Supported Copilot CLI install methods.

Inheritance

  • Enum
  • CopilotCliInstallMethod

Values

public const CopilotCliInstallMethod Auto #

Automatically choose the best method for the OS.

Value: 0
public const CopilotCliInstallMethod Winget #

Install via WinGet.

Value: 1
public const CopilotCliInstallMethod Homebrew #

Install via Homebrew.

Value: 2
public const CopilotCliInstallMethod Npm #

Install via npm.

Value: 3
public const CopilotCliInstallMethod Script #

Install via script.

Value: 4