Class
CopilotCliInstallCommand
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object