Skip to content

Commit 6a49894

Browse files
✨ Add CLI
1 parent 5fd0a71 commit 6a49894

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cli.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
#!/usr/bin/env node
2+
import yargs from "yargs";
3+
import { eject, EjectSettings } from "./";
4+
const argv = yargs.argv as EjectSettings;
25

3-
console.log("ARGUMENTS", process.argv);
6+
eject(argv);

0 commit comments

Comments
 (0)