diff --git a/Cargo.toml b/Cargo.toml index 17845af..79d8f65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ # found in the LICENCE-{APACHE, MIT} file. [package] name = "tokei" -version = "2.0.0" +version = "2.1.0" authors = ["Aaronepower "] repository = "https://github.com/Aaronepower/tokei.git" homepage = "https://aaronepower.github.io/tokei/" diff --git a/cli.yml b/cli.yml index eb96585..c81cc25 100644 --- a/cli.yml +++ b/cli.yml @@ -5,7 +5,7 @@ about: Count Code, Quickly. author: Aaron P. bin_name: Tokei name: Tokei -version: 2.0.0 +version: 2.1.0 args: - exclude: help: Ignore all files & directories containing the word @@ -18,7 +18,7 @@ args: short: f takes_value: false - file_input: - help: "Gives statistics from a previous tokei run." + help: "Gives statistics from a previous tokei run. Can be given a file path, or \"stdin\" to read from stdin" long: input short: i takes_value: true @@ -46,4 +46,4 @@ args: long: sort possible_values: [files, total, blanks, code, commments] short: s - takes_value: true \ No newline at end of file + takes_value: true