Skip to content

Commit f9e6709

Browse files
committed
chore: wip
1 parent e343d59 commit f9e6709

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { parseArgs } from '@stacksjs/cli'
2+
3+
const options = parseArgs()
4+
5+
console.log('options', options)
6+
7+
// ...

0 commit comments

Comments
 (0)