-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better argument parsing #58
Conversation
|
the specs for CLI:
|
moved the spec to #70 |
Reimplemented parsing in cobra with minimal tweaks to the text of the spec.
|
96eea90
to
7c45f56
Compare
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 |
From review: * Added plugin dir override flag * Changed names of some CLI options * Changed the render target syntax New: * Added a dev version of goreleaser config for easy dev builds * Added "AddSource" configuration to slog-hclog adapter to hide incorrect line numbers from RPC logs * Tests for the slog-hclog adapter * Minor refactoring
#49 but on top of the current main branch, git defeated me:(