File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " leetcode-runner-cli"
3
- version = " 0.2.7 "
3
+ version = " 0.2.71 "
4
4
edition = " 2021"
5
5
authors = [" Vishal Das" ]
6
6
description = " A tool to execute and submit leetcode problems from the command line"
Original file line number Diff line number Diff line change 3
3
Executes leetcode testcases and submits your solution through CLI interface
4
4
5
5
![ Crates.io] ( https://img.shields.io/crates/v/leetcode-runner-cli )
6
- [ ![ GitHub license] ( https://img.shields.io/github/license/dvishal485/leetcode-runner-cli )] ( . /LICENSE)
7
- [ ![ GitHub issues] ( https://img.shields.io/github/issues/dvishal485/leetcode-runner-cli )] ( . /issues)
6
+ [ ![ GitHub license] ( https://img.shields.io/github/license/dvishal485/leetcode-runner-cli )] ( /LICENSE )
7
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/dvishal485/leetcode-runner-cli )] ( https://github.com/dvishal485/leetcode-runner-cli /issues)
8
8
9
9
![ Leetcode Runner CLI Banner] ( cli-banner.png )
10
10
@@ -24,9 +24,9 @@ Executes leetcode testcases and submits your solution through CLI interface
24
24
25
25
# ## Using pre-built binaries
26
26
27
- 1. Go to the [Releases section](/releases) and download the appropriate binary for your system.
27
+ 1. Go to the [Releases section](https://github.com/dvishal485/leetcode-runner-cli /releases) and download the appropriate binary for your system.
28
28
29
- 1 . Place the binary in appropriate location and add the location in your PATH environment variable.
29
+ 2 . Place the binary in appropriate location and add the location in your PATH environment variable.
30
30
31
31
# ## Building from source
32
32
@@ -74,12 +74,12 @@ Depending on your platform you may need to install certain tools to be able to c
74
74
75
75
---
76
76
77
+ ### Commands
78
+
77
79
```bash
78
80
leetcode-runner-cli [COMMAND] [OPTIONS <option>]
79
81
```
80
82
81
- ### Commands
82
-
83
83
| Commands | Description | Arguments |
84
84
| :----------------- | :--------------------------------------------- | :--------------------------- |
85
85
| `-h, --help` | Prints help information | - |
You can’t perform that action at this time.
0 commit comments