Kevin van Zonneveld

Results 157 comments of Kevin van Zonneveld

Yes, `set -u` is a best practice and I'm running into the same thing where I have to explicitly disable seat belts now before I source chruby. It would be...

Found another cool resource to learn from https://zwischenzugs.com/2020/05/09/some-relatively-obscure-bash-tips/

That's a good question, so you mean instead of: `launch.sh -action help` what about `launch.sh help`? I have not written the parser myself but I do not think the parser...

That's a lot of docs to read, do i understand that we'd need to ship dependencies with bash3boilerplate? while i think our implementation isn't the prettiest, i think not requiring...

Okay so it's a bit like you would need a transpile step before you could run the bash script. We'd also need m4 to be installed everywhere. Is it ubiquitous?...

Needing to do transpiling before you can run a script is a big step to introduce for the community at large tho would you agree? Sent from mobile, pardon the...

I realize that but it’s already a big thing to introduce for a project that embraces the archaic nature of bash and “no compilers” etc Sent from mobile, pardon the...

Left a comment in that PR :ok_hand:

Yes I like it! And if people want to force it, they can just run with `BASH_VERSION=force` or similar

Looks promising at first glance, have you ran it against any code?