blackstork-io / fabric

An open-source command-line tool for reporting workflow automation and a configuration language for reusable templates. Reporting-as-Code
https://blackstork.io/fabric/
Apache License 2.0
12 stars 0 forks source link

Better argument parsing #58

Closed Andrew-Morozko closed 4 months ago

Andrew-Morozko commented 4 months ago

49 but on top of the current main branch, git defeated me:(

Andrew-Morozko commented 4 months ago
traut commented 4 months ago

the specs for CLI:

traut commented 4 months ago

moved the spec to https://github.com/blackstork-io/fabric/issues/70

Andrew-Morozko commented 4 months ago

Reimplemented parsing in cobra with minimal tweaks to the text of the spec.

Andrew-Morozko commented 4 months ago

Cobra argument parsing, default slog logger configuration, and remote plugin logging are done. Ready to be merged as soon as we write some description for fabric --help (see review comment)