File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# leetcode-cli-plugins
2
2
3rd party plugins for leetcode-cli.
3
3
4
- * [ company] ( /docs/company.md )
5
- * [ cpp.lint] ( /docs/cpp.lint.md )
6
- * [ cpp.run] ( /docs/cpp.run.md )
7
- * [ github] ( /docs/github.md )
8
- * [ lintcode] ( /docs/lintcode.md )
9
- * [ solution.discuss] ( /docs/solution.discuss.md )
4
+ | Plugin| Description| Enhanced Commands|
5
+ | -| -| -|
6
+ | [ company] ( /docs/company.md ) | Filter questions by company| ` list ` |
7
+ | [ cpp.lint] ( /docs/cpp.lint.md ) | C++ code syntax check| ` test ` |
8
+ | [ cpp.run] ( /docs/cpp.run.md ) | Test C++ code locally| ` test ` |
9
+ | [ github] ( /docs/github.md ) | Commit accpeted code to GitHub| ` submit ` |
10
+ | [ lintcode] ( /docs/lintcode.md ) | Fight questions from lintcode.com| ` list ` ` show ` ` test ` ` submit ` ` user ` |
11
+ | [ solution.discuss] ( /docs/solution.discuss.md ) | Fetch top voted solution| ` show ` |
10
12
11
13
## HOWTO
12
14
You can’t perform that action at this time.
0 commit comments