matejak / argbash

Bash argument parsing code generator
Other
1.39k stars 63 forks source link

Add --in-place option #106

Closed sgallagher closed 5 years ago

sgallagher commented 5 years ago

When updating a tool created with argbash, it's common to want to modify the arguments and regenerate it in-place. While this can be done by passing -o filename, this is simpler.

Signed-off-by: Stephen Gallagher sgallagh@redhat.com

matejak commented 5 years ago

This is a useful addition, thank you for the PR!

matejak commented 4 years ago

Oh, this one should have actually gone to argbash.m4. No worries though, I will fix that.