Orciument / Graf-Zahl

A CLI Tool in Rust for Calculating the Lines of Code in a Codebase
0 stars 0 forks source link

add help on overwrite parameters #37

Open Orciument opened 5 days ago

Orciument commented 5 days ago

currently, if a parameter is of type overwrite it is not obvious what that this is the case and what possible values are. This should be, at least hinted at, in the --help page.

The possible values for an overwrite should also be extended to at least contain y, n and yes, no

Orciument commented 5 days ago

change default of per-file to off