dthree/cash

standalone cash-cat doesn't copy stdin

Open

#6 aberto em 23 de fev. de 2016

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (7.768 stars) (253 forks)batch import
help wantednon-compliant behavior

Description

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:

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

Am I doing something wrong here?

Thanks, Kevin

Guia do colaborador