feat: shfmt detects shell type from inline '# shellcheck shell=...'
Author: gzm55Created Apr 9, 2025Updated Jul 27, 2026
some source-able shell scripts use `# shellcheck shell=...` to select script dialect instead of a shebang. can we also support this anotation?
Source: mvdan/sh