@@ -28,13 +28,8 @@ Then, `leetcode-practice` is all you need!
28
28
| -------- | :---------------------------------------------: |
29
29
| nodejs | lts |
30
30
| git | lts |
31
- | computer | Ability to run Chrome and a code editor |
32
31
| patience | A heart that can persist in practicing problems |
33
32
34
- > Note: nodejs: [ Node.js Installation Guide] ( https://nodejs.org/en/learn/getting-started/how-to-install-nodejs )
35
- >
36
- > git: [ Git Download Page] ( https://git-scm.com/downloads )
37
-
38
33
### 1. How Can I Use It? (Three Options for You to Choose From)
39
34
40
35
#### Option A. Command-Line Interface (CLI) (Recommended)
@@ -231,20 +226,11 @@ npm i --save-dev leetcode-practice
231
226
232
227
| Command | Explanation |
233
228
| ------- | --------------------------------------------------------------------------------------------------------------------------------- |
234
- | lc | Core creation command, supports three creation modes (daily question, specified question, random question) for creating questions |
235
229
| lk | Core checking command, supports three modes corresponding to the question for checking questions |
236
230
| lf | Core search command, which can quickly search for the question you want based on prompts |
231
+ | lc | Core creation command, supports three creation modes (daily question, specified question, random question) for creating questions |
237
232
238
- #### [ 1] . lc
239
-
240
- | Short Parameter | Full Parameter | Explanation |
241
- | ---------------------- | -------------- | ----------------------------------------------------------------------- |
242
- | No parameter / ` -t ` | ` --today ` | Create today's daily question |
243
- | Question number / ` -i ` | ` --identity ` | Create the question corresponding to the specified number |
244
- | ` -r ` | ` --random ` | Create a random question that has not appeared in the current directory |
245
- | ` -e ` | ` --easy ` | Interactive creation of questions |
246
-
247
- #### [ 2] . lk
233
+ #### [ 1] . lk
248
234
249
235
| Short Parameter | Full Parameter | Explanation |
250
236
| ---------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -256,12 +242,21 @@ npm i --save-dev leetcode-practice
256
242
> Note: When checking, please pay attention to what mode to use for checking, and make sure that you have performed the corresponding mode creation operation.
257
243
> The specified ID mode is an exception because it will check whether the specified ID exists in the current working directory.
258
244
259
- #### [ 3 ] . lf
245
+ #### [ 2 ] . lf
260
246
261
247
| Short Parameter | Full Parameter | Explanation |
262
248
| --------------- | -------------- | ------------------------------------------------------------------------- |
263
249
| No parameter | None | Enter interactive search, and search or filter questions based on prompts |
264
250
251
+ #### [ 3] . lc
252
+
253
+ | Short Parameter | Full Parameter | Explanation |
254
+ | ---------------------- | -------------- | ----------------------------------------------------------------------- |
255
+ | No parameter / ` -t ` | ` --today ` | Create today's daily question |
256
+ | Question number / ` -i ` | ` --identity ` | Create the question corresponding to the specified number |
257
+ | ` -r ` | ` --random ` | Create a random question that has not appeared in the current directory |
258
+ | ` -e ` | ` --easy ` | Interactive creation of questions |
259
+
265
260
#### [ 4] . General Parameters
266
261
267
262
| Short Parameter | Full Parameter | Explanation |
0 commit comments