Skip to content

cli improvements

Compare
Choose a tag to compare
@jupe jupe released this 11 Mar 19:26
· 43 commits to master since this release
7450777

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