tsdoc/cli.ts.js

6 lines
144 B
JavaScript
Raw Normal View History

2019-05-14 08:50:50 +02:00
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
2022-06-07 17:54:00 +02:00
2024-03-31 15:09:30 +02:00
import * as tsrun from '@git.zone/tsrun';
2022-06-07 17:54:00 +02:00
tsrun.runPath('./cli.child.js', import.meta.url);