UNPKG
fatstraw
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
CLI for ingesting data into the ArcGIS Big Data Store
github.com/dmfenton/fatstraw
dmfenton/fatstraw
fatstraw
/
index.js
7 lines
(6 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
require(
'yargs'
) .usage(
'fatstraw <cmd> [options]'
) .commandDir(
'./commands'
) .
help
(
'help'
) .epilog(
'Made with ♥️ by Esri DC R&D'
) .argv