completionCommandName top-level constant

String const completionCommandName

The string 'completion' used to denote that arguments provided to an app are for command completion.

The expected arg format is: completion -- {process name} {rest of current args}

Implementation

const String completionCommandName = 'completion';