expression

< Back


RemoveCommand

Namespace: Albatross.Expression.Utility

public sealed class RemoveCommand : System.CommandLine.Command, System.CommandLine.Completions.ICompletionSource, System.Collections.Generic.IEnumerable`1[[System.CommandLine.Symbol, System.CommandLine, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Collections.IEnumerable

Inheritance Object → Symbol → IdentifierSymbol → Command → RemoveCommand
Implements ICompletionSource, IEnumerable<Symbol>, IEnumerable
Attributes NullableContextAttribute, NullableAttribute

Properties

Argument_Name

public Argument<string> Argument_Name { get; }

Property Value

Argument<String>

Children

public IEnumerable<Symbol> Children { get; }

Property Value

IEnumerable<Symbol>

Arguments

public IReadOnlyList<Argument> Arguments { get; }

Property Value

IReadOnlyList<Argument>

Options

public IReadOnlyList<Option> Options { get; }

Property Value

IReadOnlyList<Option>

Subcommands

public IReadOnlyList<Command> Subcommands { get; }

Property Value

IReadOnlyList<Command>

TreatUnmatchedTokensAsErrors

public bool TreatUnmatchedTokensAsErrors { get; set; }

Property Value

Boolean

Handler

public ICommandHandler Handler { get; set; }

Property Value

ICommandHandler

Aliases

public IReadOnlyCollection<string> Aliases { get; }

Property Value

IReadOnlyCollection<String>

Name

public string Name { get; set; }

Property Value

String

Description

public string Description { get; set; }

Property Value

String

IsHidden

public bool IsHidden { get; set; }

Property Value

Boolean

Parents

public IEnumerable<Symbol> Parents { get; }

Property Value

IEnumerable<Symbol>

Constructors

RemoveCommand()

public RemoveCommand()

< Back