All Questions
1 question
1
vote
2
answers
1k
views
Accessing function documentation
Is there a way to access docstrings in Bash? How does one include a docstring in a function's definition in Bash?
More specifically how do I add and access docstrings to the following function?
...