1 2 3 4
backends = ["aqua:koalaman/shellcheck", "asdf:luizm/asdf-shellcheck"] description = "ShellCheck, a static analysis tool for shell scripts" os = ["linux", "macos"] test = { cmd = "shellcheck --version", expected = "version: {{version}}" }