Skip to content

Commit bbe949c

Browse files
author
blond
committed
docs(cli): update cli usage
1 parent 40e6d58 commit bbe949c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Options
8787
-e, --exclude Paths to exclude files
8888
-p, --patterns Path to file with include and exclude patterns
8989
-d, --dest Path to destination file
90+
-r, --root Path to root directory
9091
9192
Examples
9293
$ tartifacts --include="lib/**" --exclude="node_modules/" --dest="artifact.tar.gz"

bin/tartifacts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const cli = meow(`
1818
-e, --exclude Paths to exclude files
1919
-p, --patterns Path to file with include and exclude patterns
2020
-d, --dest Path to destination file
21-
-r, --root Path to root root directory
21+
-r, --root Path to root directory
2222
2323
Examples
2424
$ tartifacts --include="lib/**" --exclude="node_modules/" --dest="artifact.tar.gz"

0 commit comments

Comments
 (0)