8000 Merge branch 'master' of github.com:leetcode-tools/leetcode-cli · tainenko/leetcode-cli@a4e6113 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4e6113

Browse files
ko tainenko tainen
ko tainen
authored and
ko tainen
committed
Merge branch 'master' of github.com:leetcode-tools/leetcode-cli
2 parents dd1db03 + 3818bc5 commit a4e6113

File tree

5 files changed

+411
-1248
lines changed

5 files changed

+411
-1248
lines changed

docs/commands.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ Navigate the quations.
141141
* `algorithms`
142142
* `database`
143143
* `shell`
144+
* `concurrency`
144145
* by company (require plugin)
145146
* by topic (require plugin)
146147
* `-s` to show statistic counters of the output list.

lib/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ const DEFAULT_CONFIG = {
1010
categories: [
1111
'algorithms',
1212
'database',
13-
'shell'
13+
'shell',
14+
'concurrency'
1415
],
1516
langs: [
1617
'bash',

0 commit comments

Comments
 (0)
0