UNPKG
voltage-autodoc
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Auto-documentation generator for Voltage analytics schemas
voltage-autodoc
/
src
/
index.ts
9 lines
(5 loc)
•
164 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node
import
{
Command
}
from
"./command"
;
const
command =
new
Command
();
// Parse command line arguments and execute
command.
parse
(process.
argv
);