File tree Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change
1
+ # Contributors
2
+
3
+ + [ @clearloop ] ( https://github.com/clearloop )
4
+ + [ @Raees678 ] ( https://github.com/Raees678 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ path = "src/bin/lc.rs"
4
4
5
5
[package ]
6
6
name = " leetcode-cli"
7
- version = " 0.2.13 "
7
+ version = " 0.2.14 "
8
8
authors = [" clearloop <udtrokia@163.com>" ]
9
9
edition = " 2018"
10
10
description = " Leet your code in command-line."
Original file line number Diff line number Diff line change 4
4
[ ![ Crates.io] ( https://img.shields.io/crates/d/leetcode-cli.svg )] ( https://crates.io/crates/leetcode-cli )
5
5
[ ![ LICENSE] ( https://img.shields.io/crates/l/leetcode-cli.svg )] ( https://choosealicense.com/licenses/mit/ )
6
6
7
+ ## Contributors
8
+ + [ @Raees678 ] ( https://github.com/Raees678 )
9
+ + [ @clearloop ] ( https://github.com/clearloop )
10
+
7
11
## Features
8
12
9
13
+ [x] the edit flow —— solution files will generate automatically!
10
14
+ [x] support python script to filter questions
11
15
+ [ ] 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.
14
17
15
18
## Building
16
19
@@ -23,7 +26,7 @@ cargo install leetcode-cli
23
26
** Please make sure you have logined in ` leetcode.com ` with ` chrome ` ** , more info plz checkout [ this] ( #cookies )
24
27
25
28
``` sh
26
- leetcode 0.2.12
29
+ leetcode 0.2.14
27
30
clearloop < udtrokia@163.com>
28
31
May the Code be with You 👻
29
32
@@ -229,7 +232,7 @@ Well done, enjoy it!
229
232
230
233
## PR
231
234
232
- PR is welcome, [ here ] [ pr ] it is.
235
+ PR is welcome!! [ Come ] [ pr ] As You Are!
233
236
234
237
## LICENSE
235
238
MIT
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use clap::{App, AppSettings};
13
13
pub fn main ( ) -> Result < ( ) , Error > {
14
14
let m = App :: new ( "leetcode" )
15
15
. author ( "clearloop <udtrokia@163.com>" )
16
- . version ( "0.2.13 " )
16
+ . version ( "0.2.14 " )
17
17
. about ( "May the Code be with You 👻" )
18
18
. subcommands ( vec ! [
19
19
DataCommand :: usage( ) . display_order( 1 ) ,
Original file line number Diff line number Diff line change 23
23
//! **Please make sure you have logined in `leetcode.com` with `chrome`**, more info plz checkout [this](#cookies)
24
24
//!
25
25
//! ```sh
26
- //! leetcode 0.2.13
26
+ //! leetcode 0.2.14
27
27
//! clearloop <udtrokia@163.com>
28
28
//! May the Code be with You 👻
29
29
//!
You can’t perform that action at this time.
0 commit comments