Matěj Týč
Matěj Týč
Thank you for the PR, I could merge it right away, but it would be even better if you could include some kind of reference that would support the non-standard...
I will give this a thought. I am little bit reluctant to implement it in Argbash, as I believe that 1. required input should be supplied via positional arguments, and...
> Argbash could also generate references to the environment variables in the help function. What do you mean? If you declare an env variable input, the help function gets expanded...
Hello, I think that I understand your use case and your request. The problem is that Argbash supports CLI standards - POSIX and GNU. The GNU standard leads to your...
The bash completion that is not working is a bug, it is expected to work. The help message request is a duplicate of #76.
So the completion now works only for optional arguments, positional arguments (s.a. your example) don't have the completion implemented. This is not trivial, as the completion functionality would generally have...
The answer is very simple, the variable is named `_arg_myvar`, as you can read from the generated code. IOW, the name is converted to lowercase, while the rest s.a. help...
See also: https://argbash.readthedocs.io/en/latest/guide.html#using-parsing-results
We are mostly good, I have left some remarks, then I will check out complex parts of the PR again, but I don't expect that much more issues will show...
Looks good, the only issue that remains is the generation of this example.