summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2016-11-12loc: added new flag --summaryHEADmasterBenedict
With this new flag the lines of code for each file type and the total lines of code will be printed at the end.
2016-11-12tui: introduce a command line option -fBenedict
It is now possible to scan from the current working directory recursivly all childrens. This this also the new default behaivour when no command line arguments are given. For scanning indivual files, which was the default behaviour before, a new command line option -f (--file) is introduced.
2016-11-12intial commit: line of code in rustBenedict