GetVisibleArguments(Command) Method

Definition

Assembly XenoAtom.CommandLine.dll

Gets the active, visible positional arguments for a command.

public static IEnumerable<CommandArgument> GetVisibleArguments(Command command)

Parameters

command
Command

The command.

Returns

IEnumerable<CommandArgument>
The visible arguments.