Good morning! Short-time listener, first time caller ^_^ Full disclosure, I literally installed the dagger cli/sdk on Tuesday, so I am pretty new. I did look through the docs pretty couldn't find much that was super pertinent. I feel like this is a case of me not understanding something, so hopefully someone has an idea. Now that the context is set, here are the details:
I have been working on a module for go projects that leverage our internal specs/toolchain. This module is named golang (i have never been accused of being creative), which I am using to build a tiny command line app (I am essentially using that app to check my work). I decorated the parameters of my Build function accordingly, but whenever I import the module and leverage "call build --help" it does not appear to be respecting the decorations. I am suspicious that something, somewhere is caching an incorrect definition, but unsure as to where it would be.
For the purposes of testing out that theory, I made a new folder/module named gotemp, initialized it, overwrote the main.go in the gotemp module with the the one from my golang module, and finally replaced all references to golang with gotemp. After running the same build statement, I was the proud owner of what I was expecting to see from the golang module. Anyone have any thoughts? I have included screenshots to try and be as descriptive as possible.