Hannes Leutloff
Hannes Leutloff
Hello, I am in the unfortunate situation that I am working behind an NTLM proxy in an enterprise context. Due to that, git-pulls/-pushes via ssh port 22 don't work. I've...
Hi 👋 This is a great plugin and I use it a lot. Thanks for making it! What would greatly improve it to me is being able to quickly add...
After using argbash for quite a few arguments-heavy scripts and liking it a lot, I started to add it to most of my scripts to have a consistent help text...
This is an implementation of my suggestion in #202. The formatting follows the suggestions from shellcheck to always quote variables and expansions results with unforeseeable contents. I gotta admit, my...
Hi, is it possible to overwrite the program name used in the help text? E.g. currently I have a script whose help text looks like this: ``` > hlb --help...
Third time's the charm. Apologies for the noise. Since none of the XDG_ directories work with kubectl, since kubectl unfortunately does not respect them, I removed `XDG_CACHE_HOME` entirely. Since the...
I've recently come across the [Test Anything Protocol (TAP)](https://testanything.org/) ([wikipedia](https://en.wikipedia.org/wiki/Test_Anything_Protocol)) and I think it's a fantastic idea that should be more widely suported. Thus I want to suggest its implementation...
### What happened? Helm supports [passing values to subcharts](https://helm.sh/docs/chart_template_guide/subcharts_and_globals/) by adding a section with the name of the subchart to the values. The new [Crossplane v2 Helm chart](https://artifacthub.io/packages/helm/upbound-stable/universal-crossplane) uses three...
golangci-lint always searches the cwd upwards for the closest go.mod and .golangci.yaml file. This means that when linting a .go file, we can safely run golangci-lint from the directory in...
Hi, I am using golangci-lint for linting in a monorepo. That means that in my case I have various small go projects that each have their own go.mod file strewn...