IntelligenceX
Class

CopilotCliInstallCommand

Namespace IntelligenceX.Copilot
Assembly IntelligenceX
Modifiers sealed

Describes a CLI install command.

Inheritance

  • Object
  • CopilotCliInstallCommand

Constructors

public CopilotCliInstallCommand(CopilotCliInstallMethod method, String fileName, String arguments, String description) #

Initializes a new install command descriptor.

Parameters

method IntelligenceX.Copilot.CopilotCliInstallMethod
fileName System.String
arguments System.String
description System.String

Properties

public CopilotCliInstallMethod Method { get; } #

Gets the install method.

public String FileName { get; } #

Gets the executable name.

public String Arguments { get; } #

Gets the command arguments.

public String Description { get; } #

Gets the human-readable description.