function run
run(): void

Prints qunitx-cli usage information to stdout.

import * as Help from './help.ts';

// Defined, not invoked: prints the full multi-line usage text.
function helpCommand() {
  Help.run(); // [qunitx vX.Y.Z] Usage: qunitx [targets] --$flags …
}

Return Type

void

Usage

import { run } from "lib/commands/help.ts";