@4lch4/git-finder 中文文档教程
@4lch4/git-finder
在给定目录中查找包含 git 存储库的所有目录。
Usage
$ npm install -g @4lch4/git-finder
$ git-finder COMMAND
running command...
$ git-finder (-v|--version|version)
@4lch4/git-finder/0.0.4-0 darwin-x64 node-v14.16.0
$ git-finder --help [COMMAND]
USAGE
$ git-finder COMMAND
...
Commands
git-finder autocomplete [SHELL]
显示自动完成安装说明
USAGE
$ git-finder autocomplete [SHELL]
ARGUMENTS
SHELL shell type
OPTIONS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
EXAMPLES
$ git-finder autocomplete
$ git-finder autocomplete bash
$ git-finder autocomplete zsh
$ git-finder autocomplete --refresh-cache
查看代码:@oclif/plugin-autocomplete
git-finder commands
列出所有命令
USAGE
$ git-finder commands
OPTIONS
-h, --help show CLI help
-j, --json display unfiltered api data in json format
-x, --extended show extra columns
--columns=columns only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--filter=filter filter property by partial string matching, ex: name=foo
--hidden show hidden commands
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=csv|json|yaml output in a more machine friendly format
--sort=sort property to sort by (prepend '-' for descending)
git-finder help [COMMAND]
显示 git-finder 的帮助
USAGE
$ git-finder help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
@4lch4/git-finder
Finds all directories that contain a git repository within a given directory.
Usage
$ npm install -g @4lch4/git-finder
$ git-finder COMMAND
running command...
$ git-finder (-v|--version|version)
@4lch4/git-finder/0.0.4-0 darwin-x64 node-v14.16.0
$ git-finder --help [COMMAND]
USAGE
$ git-finder COMMAND
...
Commands
git-finder autocomplete [SHELL]
display autocomplete installation instructions
USAGE
$ git-finder autocomplete [SHELL]
ARGUMENTS
SHELL shell type
OPTIONS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
EXAMPLES
$ git-finder autocomplete
$ git-finder autocomplete bash
$ git-finder autocomplete zsh
$ git-finder autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
git-finder commands
list all the commands
USAGE
$ git-finder commands
OPTIONS
-h, --help show CLI help
-j, --json display unfiltered api data in json format
-x, --extended show extra columns
--columns=columns only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--filter=filter filter property by partial string matching, ex: name=foo
--hidden show hidden commands
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=csv|json|yaml output in a more machine friendly format
--sort=sort property to sort by (prepend '-' for descending)
See code: @oclif/plugin-commands
git-finder help [COMMAND]
display help for git-finder
USAGE
$ git-finder help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help