prarit
prarit
Would there be a top-level common.go as well for code that applies to both commands?
@dosmanak , sorry for the delay in response. I'm not sure all your code is in this MR? AFAICT you've only added the -g option but I don't see what...
> @prarit, two things: > > 1. I think your message's body is malformatted because you placed a '[' before the quotation mark "```" right in the first code :)...
After looking at the viper code, this works for my config examples above. ``` package main import ( "bytes" "fmt" "log" "github.com/spf13/viper" "github.com/spf13/afero" ) const defaultGitLabHost = "https://gitlab.com" func main()...
Today there are three ways to get core config data: 1. Override via LAB_ env values 2. "dot" (ie the local directory) 3. ~/.config/lab I propose to change this to...
Yup, this issue and the above comment is related to the desired new merge functionality.
My view is that this can happen on any project at anytime. You need to be sure what you reviewed is what you are approving. Any tool, including lab, has...
I'll look into it.
I think you should keep this open. It's something for future work.
While I don't know if I'd personally make use of it I can see it being very handy for people with your use case :) OOC how do you envision...