dthree/cash

standalone cash-cat doesn't copy stdin

Open

#6 geöffnet am 23. Feb. 2016

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (253 Forks)batch import
help wantednon-compliant behavior

Repository-Metriken

Stars
 (7.768 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide