RB
RB
We don't have a test for this yet. If that could be added to the completr test then that would ensure this functionality works correctly going forward
> ok, never used that tool but I Can have a look tomorrow. the tests are built into the module and many tests are built into the examples/complete module and...
/test test/readme
/test test/terratest
This would be a nice tool to check out. If it works as expected, it could be used as a pre-commit hook so new contributions would be formatted correctly. https://github.com/mvdan/sh
This is pretty cool. I usually run my bma functions with profiles using an inline env variable. ```bash AWS_PROFILE=dev_sre buckets AWS_PROFILE=staging_sre buckets AWS_PROFILE=production_sre buckets ``` I like my approach as...
I found this [thread](https://unix.stackexchange.com/a/509498) of solutions worth reading. Could we simply check for args, if none, use a `grep .` to check for stdin and if neither, then show nothing?
This might be hard to do with jmespath as there is no slice or split function at the moment. https://github.com/jmespath/jmespath.jep/issues/5 https://github.com/jmespath/jmespath.jep/issues/3 There is a jq option if we want to...
This is pretty cool but I did notice a couple issues. * The empty lines seem to contain a character that is causing weird issues when running the command. Using...