forked from clearloop/leetcode-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit c6873f0
feat(cfg): support editor-args in config (clearloop#78)
* feat(cfg): supports editor-args in config
* chore(cmd): fix typo
Co-authored-by: clearloop <clearloop@users.noreply.github.com>1 parent 5566870 commit c6873f0
3 files changed
+23
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | - | ||
7 | + | ||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 | + | ||
136 | + | ||
135 | 137 |
| |
136 | 138 |
| |
137 | 139 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
124 | 143 |
| |
125 | - | ||
144 | + | ||
126 | 145 |
| |
127 | 146 |
| |
128 | 147 |
| |
|
0 commit comments