Matěj Týč

Results 121 comments of Matěj Týč

This is somehow trickier than the static set of one-of values, consider e.g. bash completion. Could you please share us the use case for this feature?

Good point about the user overrides. I will think a bit more and come up with something.

Let me rephrase to see whether we are on the same page: You would basically like to have the generated parsing code in an external file, but you would like...

Hello, you can place your code before Argbash macros, but at the moment, it may cause problems if you use square brackets in it. I also see that the generated...

It is important to clearly define the use case first, as there may be more ways how to make it work. AFAIK, you are referring to this: You would like...

Thank you very much for your input! > On second thought, I guess I could just define a _app_help_header="my app (c) foo" variable in the main script and use ARG_HELP(["${_app_help_header}...

> One tiny issue with this approach though, newlines in the variable are currently not respected. `echo -e` in `print_help` would be nice. Actually, you can include literal newlines in...

Hello, I require more time for the boolean arguments, but the current master (and the upcoming release) support the DIY mode (see http://argbash.readthedocs.io/en/latest/guide.html#action-macro). This enables you to have finer control...

This is a tricky feature request. Imagine that the script accepts two arguments, both of them have default. You supply one. The question is: Which one has been supplied? The...

Your answer sounds reasonable. I will think of this - the feature is not so complicated to implement, but it will open a lot of possibilities, and the code has...