#6·cash

standalone cash-cat doesn't copy stdin

Author: kevinoidCreated Feb 23, 2016Updated Sep 29, 2018
Labelshelp wantednon-compliant behavior

Cool project!

When using cash-cat as a standalone command, it doesn't appear to support copying stdin when no arguments are present. For example:

bash
    npm install cash-cat
    $ echo hi | ./node_modules/.bin/cat
    $

Am I doing something wrong here?

Thanks, Kevin