File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
9192Examples
9293 $ tartifacts --include="lib/**" --exclude="node_modules/" --dest="artifact.tar.gz"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments