-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formatting of help #82
Comments
Argbash has the |
What I mean is that the generated help function for a script outputs like python, not what argbash itself outputs on its own help. |
In order to fix this, the following info is needed:
|
|
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 really close with that |
Thanks for writing argbash! I have been using it together with the interpreter hack mentioned in another issue. The lack of this feature (as well as #147) are what is currently stopping me from using argbash in certain scripts. I wrote the following which I think does a nicer jobs of formatting the help string (though differently than suggested above). Let me know what you think. It prints stuff like the following.
See http://ix.io/4hLV for the script. |
I wish for argbash to be able to format its help output such that it is aligned. An example is python3's output:
This is much easier to read than argbash's output.
The text was updated successfully, but these errors were encountered: