Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 663f7ed

Browse files
[0.2.14]: add contributors, update to v0.2.14
1 parent 8746dfe commit 663f7ed

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

‎CONTRIBUTORS.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Contributors
2+
3+
+ [@clearloop](https://github.com/clearloop)
4+
+ [@Raees678](https://github.com/Raees678)

‎Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path = "src/bin/lc.rs"
44

55
[package]
66
name = "leetcode-cli"
7-
version = "0.2.13"
7+
version = "0.2.14"
88
authors = ["clearloop <udtrokia@163.com>"]
99
edition = "2018"
1010
description = "Leet your code in command-line."

‎README.md‎

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44
[![Crates.io](https://img.shields.io/crates/d/leetcode-cli.svg)](https://crates.io/crates/leetcode-cli)
55
[![LICENSE](https://img.shields.io/crates/l/leetcode-cli.svg)](https://choosealicense.com/licenses/mit/)
66

7+
## Contributors
8+
+ [@Raees678](https://github.com/Raees678)
9+
+ [@clearloop](https://github.com/clearloop)
10+
711
## Features
812

913
+ [x] the edit flow —— solution files will generate automatically!
1014
+ [x] support python script to filter questions
1115
+ [ ] doc support, `lc-rs` can compile the annotation of your solutions to markdown!
12-
+ [ ] support local signal to keep coding as longer as you want.
13-
16+
+ [ ] support local signal to keep coding as longer as you want.
1417

1518
## Building
1619

@@ -23,7 +26,7 @@ cargo install leetcode-cli
2326
**Please make sure you have logined in `leetcode.com` with `chrome`**, more info plz checkout [this](#cookies)
2427

2528
```sh
26-
leetcode 0.2.12
29+
leetcode 0.2.14
2730
clearloop <udtrokia@163.com>
2831
May the Code be with You 👻
2932

@@ -229,7 +232,7 @@ Well done, enjoy it!
229232

230233
## PR
231234

232-
PR is welcome, [here][pr] it is.
235+
PR is welcome!! [Come][pr] As You Are!
233236

234237
## LICENSE
235238
MIT

‎src/cli.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use clap::{App, AppSettings};
1313
pub fn main() -> Result<(), Error> {
1414
let m = App::new("leetcode")
1515
.author("clearloop <udtrokia@163.com>")
16-
.version("0.2.13")
16+
.version("0.2.14")
1717
.about("May the Code be with You 👻")
1818
.subcommands(vec![
1919
DataCommand::usage().display_order(1),

‎src/lib.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//! **Please make sure you have logined in `leetcode.com` with `chrome`**, more info plz checkout [this](#cookies)
2424
//!
2525
//! ```sh
26-
//! leetcode 0.2.13
26+
//! leetcode 0.2.14
2727
//! clearloop <udtrokia@163.com>
2828
//! May the Code be with You 👻
2929
//!

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /