UNPKG

@tapjs/run

Version:

Command-line interface for the node-tap runner

5 lines 206 B
import { env } from '@tapjs/core'; export const help = (_, config) => console.log(env.TAP_HELP_MARKDOWN === '1' ? config.jack.usageMarkdown() : config.jack.usage()); //# sourceMappingURL=help.js.map