code-search-0.0.2 is not a library.
Visit the last successful build:
code-search-0.0.3
Code-Search
一个可以在命令行中使用的代码搜索工具
Usage: code-search [OPTIONS] --key <Key>
Options:
-p, --path <Path> 搜索路径,文件或目录 [default: .]
-l, --language <Language> 使用语言文件扩展名,如 rs、md等
-s, --symbol 只搜索符号,如类名、函数名称等
-k, --key <Key> 关键字
-h, --help Print help
symbol 搜索支持以下语言:
- rust
- java
- python
- c
- c++
- c#
- javascript
- go