CommandManagerGetCommands Method

Gets information about the commands.

Definition

Namespace: Ookii.CommandLine.Commands
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
C#
public IEnumerable<CommandInfo> GetCommands()

Return Value

IEnumerableCommandInfo
Information about every subcommand defined in the assemblies, ordered by command name.

Remarks

Commands that don't meet the criteria of the CommandFilter predicate are not returned.

The automatic version command is added if the AutoVersionCommand property is and there is no command with a conflicting name.

See Also