shdoc
shdoc copied to clipboard
Gawk version dependency
Is there a specific version of "gawk" that is required?
I have installed "gawk" into a Docker container image with the "shdoc" included, but it is not generating correctly.
- Correctly generates the markdown for the script header (the
@file,@briefand@description) - Does not generate any content for functions (for my own, and even for your demo script)
The full output with your example script is:
# libexample
A library that solves some common problems.
## Overview
The project solves lots of problems:
* a
* b
* c
* etc
This appears to be true and it would be very helpful to know the version needed.
Appears that [email protected] need [email protected] and [email protected] is not working on [email protected]