pinax-network / substreams-sink

Substreams Sink library
MIT License
4 stars 1 forks source link

make http & metrics optional commands #26

Closed DenisCarriere closed 6 months ago

DenisCarriere commented 6 months ago
// Setup CLI using Commander
const program = commander.program(pkg);
const command = commander.run(program, pkg, {http: false, metrics: true});