docref 0.1.0, Linux.
Bash is listed as a supported symbol language, but any symbol fragment on a .sh file crashes the CLI:
$ docref claim server:deploy/setup.sh#generate_ca
resolved is not a function
(Same for same-repo refs, e.g. docref claim deploy/setup.sh#generate_ca from a repo root — only the crash message is printed, exit non-zero.)
Whole-file refs to the same script (docref claim server:deploy/setup.sh) work fine, as do region markers inside the script, so the workaround is easy — but a supported-language symbol lookup shouldn't take down the process with what looks like an internal TypeError instead of either resolving or reporting broken.
docref 0.1.0, Linux.
Bash is listed as a supported symbol language, but any symbol fragment on a
.shfile crashes the CLI:(Same for same-repo refs, e.g.
docref claim deploy/setup.sh#generate_cafrom a repo root — only the crash message is printed, exit non-zero.)Whole-file refs to the same script (
docref claim server:deploy/setup.sh) work fine, as do region markers inside the script, so the workaround is easy — but a supported-language symbol lookup shouldn't take down the process with what looks like an internal TypeError instead of either resolving or reportingbroken.