flucto-gmbh / heisskleber

MIT License
0 stars 1 forks source link

Add verbose and pretty flags to hkcli. #71

Closed pacjac closed 7 months ago

pacjac commented 7 months ago

Changes to ConsoleSink and hkcli commandline tool:

  1. "--pretty" argument pretty prints the received json data
  2. "-v", "--verbose" argument adds topic to console output.

Adds unittests for Console sink. ConsoleSink now uses builtin print function instead of sys.stoud.write. Closes #67.

k323r commented 7 months ago

good work, merging