mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-02 15:45:14 -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);
|