matejak / argbash

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

argbash-defs: add in-place option to avoid error message #189

Open miguelinux opened 3 months ago

miguelinux commented 3 months ago

rst2man shows an error message when converting from rst to man.

rst2man argbash.rst | gzip > argbash.1.gz argbash.rst:42: (ERROR/3) Undefined substitution referenced: "OPTION_IN_PLACE".

To avoid this error message, add the in-place option in argbash-defs.rst file.