Skip to content

Commit 030444b

Browse files
docs: update command syntax
1 parent 2136841 commit 030444b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
A command-line interface tool for LeetCode that helps you practice coding problems directly from your terminal. This CLI application streamlines the process of accessing, solving, and submitting LeetCode problems without leaving your development environment.
44

55
### Commands
6-
- `leetcode-cli login` - Login to your LeetCode account
7-
- `leetcode-cli logout` - Logout from your LeetCode account
8-
- `leetcode-cli profile` - Show your LeetCode profile
9-
- `leetcode-cli daily` - Show today's daily challenge
10-
- `leetcode-cli list` - List all problems
11-
- `leetcode-cli show` - Show problem details
12-
- `leetcode-cli test` - Test your solution
13-
- `leetcode-cli test` - Test your solution
14-
- `leetcode-cli submit` - Submit your solution
15-
- `leetcode-cli edit` - Edit your solution
6+
- `lc login` - Login to your LeetCode account
7+
- `lc logout` - Logout from your LeetCode account
8+
- `lc profile` - Show your LeetCode profile
9+
- `lc daily` - Show today's daily challenge
10+
- `lc list` - List all problems
11+
- `lc show` - Show problem details
12+
- `lc test` - Test your solution
13+
- `lc test` - Test your solution
14+
- `lc submit` - Submit your solution
15+
- `lc edit` - Edit your solution
1616

1717
### Installation
1818

0 commit comments

Comments
 (0)