UNPKG

cracudinhas

Version:

72 cracudinhas de manhã, olha o barulho dessa merda

13 lines (9 loc) 317 B
#!/usr/bin/env node const meow = require('meow'); const deliveryCracudinhas = require('./index') // TODO: when tail call optimization is implemented on NodeJS, simplify this. const cliMode = async ({ flags }) => { while(true) await deliveryCracudinhas(); }; const cliInterface = meow({}); cliMode(cliInterface);