Samuel Stoltenberg
Samuel Stoltenberg
One tip for this is if you place your modules in the same directory, and run air from the root of that directory it will watch everything above it. Example,...
https://github.com/cosmtrek/air/issues/60
Also noted by this is that the build delay is not implemented in the original run.
I made it here when trying to implement flags where the following commands are valid with a flag `local `$ tau` local is not set, thus we prompt the user...
Are there any methods currently to capture escape? I notice (Ubuntu) that a selection flashes when escape is pressed. I could implement an "ErrorOnEscape" field to the `Select` struct. Let...
Did some testing with golangci-lint: https://github.com/skelouse/cicd-test/blob/main/.github/workflows/golangci-lint.yml
Should add .yml aswell for yaml
Ahh circular dependencies... Moving the InputSourceContext interface to cli is a backwards compatibility issue. I'm not sure how used it is, maybe someone else can provide some insight. @urfave/cli I...
Two requested parses: 1. Positional arguments should be parsed no matter the position, referencing the commands and flags to determine what is positional and what is a flag argument 2....
Above is now released, you can see my tests here: https://github.com/taubyte/tau-cli/blob/main/cli/args/args_test.go