-
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
feat: add cobra cli library #89
Conversation
Looks like you have conflicts with main. |
Oh snap, yes. I have merged these changes now and updated the commits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Back out the changes to remove the internal/logging
module. I'm fine with the introduction of slog for console logging, but we need the access logs in the API to stay.
I have removed the console logging again in favor of internal/logging. I'll look into gin and how to have access logs with log/slog so we dont lose these when switching to it. |
This PR adds cobra as the cli parsing library. #63