mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-07-06 20:35:26 -05:00
4 lines
77 B
JavaScript
Executable File
4 lines
77 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
import('../dist/cli.js').then(cli => cli.default.argv);
|