Skip to content

Commit

Permalink
Placeholder index.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
FadTheChad committed Nov 8, 2022
1 parent 5495019 commit 4e7924d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import yargs from "yargs/yargs"
import { hideBin } from "yargs/helpers"

const argv = yargs(hideBin(process.argv)).argv

console.log(argv)

0 comments on commit 4e7924d

Please sign in to comment.