-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
59 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ The tested version is below. | |
## Usage | ||
|
||
``` | ||
ptags 0.1.6-pre | ||
ptags 0.1.9-pre | ||
[email protected] | ||
A parallel universal-ctags wrapper for git repository | ||
|
@@ -58,11 +58,13 @@ FLAGS: | |
OPTIONS: | ||
--bin-ctags <bin_ctags> Path to ctags binary [default: ctags] | ||
--bin-git <bin_git> Path to git binary [default: git] | ||
--completion <completion> Generate shell completion file [possible values: bash, fish, | ||
zsh, powershell] | ||
-e, --exclude <exclude>... Glob pattern of exclude file ( ex. --exclude '*.rs' ) | ||
-c, --opt-ctags <opt_ctags>... Options passed to ctags | ||
-g, --opt-git <opt_git>... Options passed to git | ||
--opt-git-lfs <opt_git_lfs>... Options passed to git-lfs | ||
-f, --file <output> Output filename [default: tags] | ||
-f, --file <output> Output filename ( filename '-' means output to stdout ) [default: tags] | ||
-t, --thread <thread> Number of threads [default: 8] | ||
ARGS: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters