UNPKG

@wdio/cli

Version:
6 lines (5 loc) 202 B
import * as config from './config.js'; import * as install from './install.js'; import * as repl from './repl.js'; import * as run from './run.js'; export const commands = [config, install, repl, run];