feat(cli): add verbose (vb) flag that can control output of all file … (#74)

* feat(cli): add verbose (vb) flag that can control output of all file paths to console

* docs(README): add -vb description
This commit is contained in:
Sean G. Wright
2017-11-07 09:14:31 -05:00
committed by Kim Biesbjerg
parent 8d1e2c5a2f
commit 14eb09f947
3 changed files with 12 additions and 2 deletions

View File

@@ -93,3 +93,5 @@ Options:
[boolean] [default: false]
--clean, -c Remove obsolete strings when merging
[boolean] [default: false]
--verbose, -vb If true, prints all processed file paths to console
[boolean] [default: true]