GetVisibleSubCommands(Command) Method

Definition

Assembly XenoAtom.CommandLine.dll

Gets the active, visible sub-commands for a command.

public static IEnumerable<Command> GetVisibleSubCommands(Command command)

Parameters

command
Command

The command.

Returns

IEnumerable<Command>
The visible sub-commands.