We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523058e commit db7a359Copy full SHA for db7a359
README.md
@@ -4,8 +4,8 @@ A CLI to push data from a pipe to a csv. Contains support for streams.
4
5
Example:
6
```
7
-> echo "42" | opk-cli-simple-csv/push
8
-> echo "44" | opk-cli-simple-csv/push
+> echo "42" | opk-cli-simple-csv/push output.csv
+> echo "44" | opk-cli-simple-csv/push output.csv
9
> cat output.csv
10
2015-06-16 00:31:47,42
11
2015-06-16 00:31:48,44
0 commit comments