CompletionCommands(String, String) Constructor

Definition

Assembly XenoAtom.CommandLine.dll

Creates an instance of CompletionCommands.

public CompletionCommands(string completionCommandName = "completion", string completeRequestCommandName = "__complete")

Parameters

completionCommandName
String

The public command name used to generate completion scripts. Default is completion.

completeRequestCommandName
String

The hidden command name used by glue scripts. Default is __complete.