InstallCompletionFilesCommand<T> constructor

InstallCompletionFilesCommand<T>()

A hidden Command added by CompletionCommandRunner that handles the "install-completion-files" sub command.

It can be used to manually install the completion files (otherwise automatically installed by CompletionCommandRunner).

Implementation

InstallCompletionFilesCommand() {
  argParser.addFlag(
    'verbose',
    abbr: 'v',
    help: 'Verbose output',
    negatable: false,
  );
}