IntelligenceX

API Reference

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 requiredposition: 0
fileName System.String requiredposition: 1
arguments System.String requiredposition: 2
description System.String requiredposition: 3

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.