@night-slayer18/leetcode-cli 2.3.0 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/dist/index.js +93 -93
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -156,6 +156,7 @@ leetcode pick 1
156
156
 
157
157
  # Specify language
158
158
  leetcode pick 1 --lang python3
159
+ leetcode pick 175 --lang sql
159
160
 
160
161
  # Skip opening in editor
161
162
  leetcode pick 1 --no-open
@@ -365,6 +366,7 @@ leetcode config -i
365
366
 
366
367
  # Set specific options
367
368
  leetcode config --lang python3
369
+ leetcode config --lang sql
368
370
  leetcode config --editor code
369
371
  leetcode config --workdir ~/leetcode
370
372
  leetcode config --repo https://github.com/username/leetcode-solutions.git
@@ -404,6 +406,7 @@ leetcode/
404
406
  | Rust | `.rs` |
405
407
  | Kotlin | `.kt` |
406
408
  | Swift | `.swift` |
409
+ | SQL | `.sql` |
407
410
 
408
411
  ## Authentication
409
412