cli improvements
Changes
-i --input
is now mandatory.stdin
as value takes input from stdin pipe--out
is optional. Without--out
tool just print output to console- create folder if not exists
- more help text
- use
debug
module for traces - add examples for help and readme
- remove commander listeners end of execute to avoid tests warnings about listener leaks