Open
Description
Describe the bug
The task reference documentation, which very conveniently has the ability to copy the whole block of a task or shell script, is missing the shebang (#!
) for all of the task sh files
To Reproduce
Steps to reproduce the behavior:
- Go to the docs
- Click on Task Reference
- Pick any task and click on its
Implementation
- Do not see the shebangs present
Expected behavior
The shebangs will be present
Additional context
The code_snippet
comments can be moved above the shebang to fix the problem. I will look into providing a PR fix.