test: Test all CLI flags.

This commit is contained in:
Ruben Verborgh
2020-12-01 14:24:10 +01:00
parent e8f0304b40
commit c3b5387efb
3 changed files with 100 additions and 85 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env node
import * as Path from 'path';
import { runCli } from '../src/init/CliRunner';
runCli(Path.join(__dirname, '..'));
runCli(Path.join(__dirname, '..'), process.argv);