Matěj Týč
Matěj Týč
Good point, (any) code should read like a prose, so letting `ARG_OPTIONAL_SWITCH_OFF(video, v)` to create the `--no-video` option while saving the result to `_arg_video` should do the trick. There could...
Hello, yes, it is deffinitelly planned. Stay tuned for updates!
If you would like to implement it, go for it - if it works, I will happily merge it, and I am happy to help in the process as well.
Argbash has the `docopt` output, which is available at compile-time. Formatting the output at script run-time is more tricky, as the general aim is to keep the bash code minimal.
In order to fix this, the following info is needed: - Is it possible to determine the terminal width, so the output can be adjusted? I guess that this is...
If anybody could come up with a proof-of-concept Bash help function, that would be great. I can then wire it up with the Argbash core. @BourgondAries you seem to be...
Possibility of customizing error messages is not there yet (I have to think it through and through), but the current positional args error messages are improved based on your input.
Yes, I agree with you. My vision is to provide a default that works for most people, but allow customization for others. It will take me some time to get...
OK, I will look into it. Looks like that a support for overrides in current functions could be a way forward.
Hello, I am happy that you find Argbash useful. Your idea is really interesting, do I understand correctly that it is a transparent and efficient translator from Argbash templates to...