From 2e4a39b58ad8e59298f5d30f88b098fa0dc3b25b Mon Sep 17 00:00:00 2001 From: Aaronepower Date: Sun, 22 May 2016 18:26:54 +0100 Subject: [PATCH] version bump, and added explaintion of file_input --- Cargo.toml | 2 +- cli.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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