CreateOptionContext(CommandRunContext) Method

Definition

Assembly XenoAtom.CommandLine.dll

Creates a new option context for this command.

protected virtual OptionContext CreateOptionContext(CommandRunContext runContext)

Parameters

runContext
CommandRunContext

The command run context.

Returns

OptionContext
A new option context for this command.