Gabriel A. Devenyi
Gabriel A. Devenyi
I love and use the other features of bash3boilerplate. But I found https://argbash.io/ and it has completely replaced my usage for argument parsing, it is a vastly superior implementation.
Possible implementation here: https://coderwall.com/p/wil8da/debug-bash-scripts-with-line-numbers-more-info
We use lots of bashisms, for good reason. Perhaps we should check and bail out if a non-bash shell is running the script? One way to check: https://askubuntu.com/questions/97522/how-can-my-script-determine-whether-its-being-run-by-bash-or-dash
I'd like to add arguments for some features that have the same starting letter: --walltime-template --walltime-subject Right now, short options are limited to a single letter, so it's not clear...
Example: ``` sh read -r -d '' __usage
I already memorized classic tmux, I'd like to keep using them.
As it says, I do a build, which works as expected, but them envice is opened against a non-existent DVI file.
While my ability to develop code for ZFS is limited, I try to keep abreast of the happenings by reading the PRs/commits, and I've found this common difficulty. Take for...
I have an implementation I'd like to write where the script functions as a wrapper, launching another program, where I'd like to be able to pass an arbitrary amount of...
I was integrating some of the pretty printing functions from https://github.com/kvz/bash3boilerplate/blob/master/main.sh in my project when I found that argbash could no longer re-parse the template and generate a new set...