HelpCommand
Machine-readable command descriptor.
- Kind:
Class - Namespace: Repl.Protocol
- Assembly:
Repl.Protocol - Source: src/Repl.Protocol/HelpCommand.cs
Signature
Section titled “Signature”public sealed record HelpCommand : IEquatable<HelpCommand>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<HelpCommand>
Constructors
Section titled “Constructors”HelpCommand(string, string, string)
Section titled “HelpCommand(string, string, string)”Machine-readable command descriptor.
public HelpCommand(string Name, string Description, string Usage)Parameters
Section titled “Parameters”Name(string): Command name.Description(string): Command description.Usage(string): Usage template.
Properties
Section titled “Properties”Description
Section titled “Description”Command description.
public string Description { get; init; }Returns
Section titled “Returns”Command name.
public string Name { get; init; }Returns
Section titled “Returns”Usage template.
public string Usage { get; init; }