mbland / go-script-bash

Framework for writing modular, discoverable, testable Bash scripts
ISC License
96 stars 16 forks source link

Generate module function summary as part of `./go modules -h` #174

Open mbland opened 7 years ago

mbland commented 7 years ago

Per #173, we should automatically generate module function summary documentation as part of ./go modules -h <MODULE> to avoid the problem of out-of-sync header comments altogether.