RenderInvocation(Command, IReadOnlyList) Method

Definition

Assembly XenoAtom.CommandLine.dll

Renders an invocation line by combining the command path and provided tokens.

public static RenderedInvocation RenderInvocation(Command command, IReadOnlyList<string> tokens)

Parameters

command
Command

The command.

tokens
IReadOnlyList<String>

Invocation tokens to render.

Returns

RenderedInvocation
A rendered invocation with token mappings.