Skip to content

Commit 8ae642f

Browse files
committed
Update help message with new supported languages
1 parent ca4f414 commit 8ae642f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

leetcode_export/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ def parse_args():
7777
"languages: python, python3, pythondata, c, cpp,\n"
7878
" csharp, java, kotlin, mysql, mssql,\n"
7979
" oraclesql, javascript, html, php, golang,\n"
80-
" scala, pythonml, rust, ruby, bash, swift\n"
80+
" scala, pythonml, rust, ruby, bash, swift,\n"
81+
" typescript, elixir, erlang, racket, dart\n"
8182
"example: --language=python,cpp,java",
8283
)
8384
parser.add_argument(

0 commit comments

Comments
 (0)