help wantednon-compliant behavior
仓库指标
- Star
- (7,768 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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