We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0116f commit 3c75098Copy full SHA for 3c75098
Cargo.toml
@@ -4,7 +4,7 @@ path = "src/bin/lc.rs"
4
5
[package]
6
name = "leetcode-cli"
7
-version = "0.2.11"
+version = "0.2.12"
8
authors = ["clearloop <udtrokia@163.com>"]
9
edition = "2018"
10
description = "Leet your code in command-line."
README.md
@@ -23,7 +23,7 @@ cargo install leetcode-cli
23
**Please make sure you have logined in `leetcode.com` with `chrome`**, more info plz checkout [this](#cookies)
24
25
```sh
26
-leetcode 0.2.11
+leetcode 0.2.12
27
clearloop <udtrokia@163.com>
28
May the Code be with You 👻
29
src/cli.rs
@@ -13,7 +13,7 @@ use clap::{App, AppSettings};
13
pub fn main() -> Result<(), Error> {
14
let m = App::new("leetcode")
15
.author("clearloop <udtrokia@163.com>")
16
- .version("0.2.11")
+ .version("0.2.12")
17
.about("May the Code be with You 👻")
18
.subcommands(vec
//!
//! ```sh
-//! leetcode 0.2.11
+//! leetcode 0.2.12
//! clearloop <udtrokia@163.com>
//! May the Code be with You 👻
0 commit comments