Merge branch 'master' of github.com:Aaronepower/tokei

This commit is contained in:
Aaronepower 2016-01-26 20:24:01 +00:00
commit d1e68c3dc0

View file

@ -11,7 +11,7 @@ A blazingly fast CLOC(Count Lines Of Code) program, written in Rust.
## Installation
### Automatic
If you have `[cargo 0.6.0>=](https://www.rust-lang.org/downloads.html)` installed just run the `cargo install` command.
If you have [`cargo 0.6.0>=`](https://www.rust-lang.org/downloads.html) installed just run the `cargo install` command.
```
$ cargo install tokei
@ -54,14 +54,15 @@ To use tokei, use must add it to your path. Then you can call tokei like so
## Options
```
Tokei 1.2.0
Tokei 1.3.0
Aaron P. <theaaronepower@gmail.com>
A quick CLOC (Count Lines Of Code) tool
USAGE:
Tokei [FLAGS] [OPTIONS] <input>...
Tokei [FLAGS] [OPTIONS] <input>... [--]
FLAGS:
-f, --files Will print out the files found only recommended for debugging purposes
-h, --help Prints help information
-l, --languages prints out supported languages and their extensions
-V, --version Prints version information