You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| No parameter / `-t`|`--today`| Check today's daily question |
238
-
| Question number / `-i`|`--identity`| Check the question corresponding to the specified number, and check if the question with the specified ID exists in the current working directory |
239
-
|`-r`|`--random`| Check the question created using the random mode last time |
240
-
|`-e`|`--easy`| Interactive check of the corresponding question based on prompts |
| No parameter / `-t`|`--today`| Check today's daily question |
238
+
| Question number / `-i <identity>`|`--identity <identity>`| Check the question corresponding to the specified number, and check if the question with the specified ID exists in the current working directory |
239
+
|`-r`|`--random`| Check the question created using the random mode last time |
240
+
|`-e`|`--easy`| Interactive check of the corresponding question based on prompts |
241
241
242
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.
243
243
> The specified ID mode is an exception because it will check whether the specified ID exists in the current working directory.
@@ -250,19 +250,21 @@ npm i -D leetcode-practice
250
250
251
251
#### [3]. lc
252
252
253
-
| Short Parameter | Full Parameter | Explanation |
|`-d <directory>`|`--directory <directory>`| Specify the working directory (a relative address of the current execution directory), which will affect the creation and checking |
265
266
|`-V`|`--version`| Check the version number |
267
+
|`-v`|`--ver`| Check the version info and some extra info about leetcode-practice |
266
268
|`-h`|`--help`| Get help information |
267
269
|`-l [language]`|`--language [language]`| Without specifying a parameter, get the current language environment (default is JavaScript). Specifying a parameter can set the language environment to the corresponding language (e.g., `-l java` sets the language environment to Java) |
268
270
|`-u`|`--update`| Update the current script or dependency |
0 commit comments