Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 759dd97

Browse files
author
Jonathan Spruance (Insight Global)
committed
Update readme, add more examples
1 parent 13d9f93 commit 759dd97

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

packages/chatdown/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,22 @@ OPTIONS
2626
2727
-h, --help Chatdown command help
2828
29-
-o, --out=out Path to the directory where the output of the multiple chat file processing (-o) will be
29+
-o, --out=out Path to the directory where the output of the multiple chat file processing (-o) will be
3030
placed.
3131
3232
-p, --prefix Prefix stdout with package name.
3333
3434
-s, --static Use static timestamps when generating timestamps on activities.
3535
36-
EXAMPLE
36+
EXAMPLES
3737
3838
$ bf chatdown
39-
$ bf chatdown --in=./path/to/file/sample.chat
40-
$ bf chatdown --in ./test/utils/*.sample.chat -o ./
39+
$ bf chatdown -h
40+
$ bf chatdown --in ./path/to/file/sample.chat
41+
$ bf chatdown --in ./path/to/file/sample.chat --out ./
42+
$ bf chatdown --in=./path/to/file/sample.chat --out=./
43+
$ bf chatdown -i ./path/to/file/*.sample.chat -o ./
44+
$ bf chatdown -i=./path/to/file/*.sample.chat -o=./
4145
$ (echo user=Joe && [ConversationUpdate=MembersAdded=Joe]) | bf chatdown --static
4246
```
4347

0 commit comments

Comments
 (0)