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
public Argument<string> Argument_Name { get; }
Argument<String>
public IEnumerable<Symbol> Children { get; }
public IReadOnlyList<Argument> Arguments { get; }
public IReadOnlyList<Option> Options { get; }
public IReadOnlyList<Command> Subcommands { get; }
public bool TreatUnmatchedTokensAsErrors { get; set; }
public ICommandHandler Handler { get; set; }
ICommandHandler
public IReadOnlyCollection<string> Aliases { get; }
public string Name { get; set; }
public string Description { get; set; }
public bool IsHidden { get; set; }
public IEnumerable<Symbol> Parents { get; }
public RemoveCommand()