@@ -13,7 +13,8 @@ Examples:
13
13
$ lc -u // Check the version to determine whether to update to the latest one.
14
14
$ lc -l // Get the code language of question.
15
15
$ lc -l java // Set the code language of question.
16
- $ lc -v // Check the CLI version.
16
+ $ lc -a // Fetch all questions from server and store them locally, prepare database for lf command.
17
+ $ lc -v // Check the version info and some extra info about leetcode-practice.
17
18
$ lc -h // Check the help information.
18
19
19
20
` ;
@@ -33,24 +34,24 @@ Examples:
33
34
$ lk -l // Get the code language of question.
34
35
$ lk -l java // Set the code language of question.
35
36
$ lk -u // Check the version to determine whether to update to the latest one.
36
- $ lk -v // Check the CLI version.
37
+ $ lk -v // Check the version info and some extra info about leetcode-practice .
37
38
$ lk -h // Display the help information.
38
39
39
40
` ;
40
41
41
42
export const lfExamples = `
42
43
Examples:
43
44
# Command with no parameters
44
-
45
+ nothing...
45
46
# Exclusive commands
46
-
47
+ nothing...
47
48
# Other instructions
48
49
$ lf -e // Easy mode to check a question.
49
50
$ lf -d src // Use the relative path to the source folder.
50
51
$ lf -l // Get the code language of question.
51
52
$ lf -l java // Set the code language of question.
52
53
$ lf -u // Check the version to determine whether to update to the latest one.
53
- $ lf -v // Check the CLI version.
54
+ $ lf -v // Check the version info and some extra info about leetcode-practice .
54
55
$ lf -h // Display the help information.
55
56
56
57
` ;
0 commit comments