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 11[package ]
22name = " leetcode-runner-cli"
3- version = " 0.2.7 "
3+ version = " 0.2.71 "
44edition = " 2021"
55authors = [" Vishal Das" ]
66description = " A tool to execute and submit leetcode problems from the command line"
Original file line number Diff line number Diff line change 33Executes leetcode testcases and submits your solution through CLI interface
44
55![ 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)
88
99![ Leetcode Runner CLI Banner] ( cli-banner.png )
1010
@@ -24,9 +24,9 @@ Executes leetcode testcases and submits your solution through CLI interface
2424
2525# ## Using pre-built binaries
2626
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.
2828
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.
3030
3131# ## Building from source
3232
@@ -74,12 +74,12 @@ Depending on your platform you may need to install certain tools to be able to c
7474
7575---
7676
77+ ### Commands
78+
7779```bash
7880leetcode-runner-cli [COMMAND] [OPTIONS <option>]
7981```
8082
81- ### Commands
82-
8383| Commands | Description | Arguments |
8484| :----------------- | :--------------------------------------------- | :--------------------------- |
8585| `-h, --help` | Prints help information | - |
You can’t perform that action at this time.
0 commit comments