UNPKG

bitdo2

Version:

A cryptocurrency order-rule executor

12 lines (11 loc) 262 B
#!/usr/bin/env node require('yargs') .usage('Usage: $0 [options]') .commandDir('./analysis') .demandCommand() .recommendCommands() .help() .alias('h', 'help') .env('BITDO') .epilog('Environment variables settable with prefix BITDO_') .parse();