[[command]]
name = "safe-chains"
url = "https://github.com/michaeldhopkins/safe-chains#readme"
level = "Inert"
bare = true
positional_style = true
[[command]]
name = "branchdiff"
url = "https://github.com/michaeldhopkins/branchdiff"
level = "Inert"
bare = true
max_positional = 1
standalone = ["--diff", "--help", "--no-auto-fetch", "--print", "--version", "-V", "-d", "-h", "-p"]
[[command]]
name = "cloc"
url = "https://github.com/AlDanial/cloc#readme"
level = "Inert"
bare = false
standalone = [
"--3", "--autoconf", "--by-file", "--by-file-by-lang", "--by-percent",
"--categorized", "--counted", "--diff", "--diff-list-file", "--docstring-as-code",
"--follow-links", "--force-lang-def", "--found-langs", "--git", "--help", "--hide-rate",
"--ignored", "--include-content", "--json", "--md", "--no-autogen",
"--no3", "--opt-match-d", "--opt-match-f", "--opt-not-match-d", "--opt-not-match-f",
"--original-dir", "--progress-rate", "--quiet", "--sdir", "--show-ext",
"--show-lang", "--show-os", "--show-stored-lang", "--skip-uniqueness", "--sql-append",
"--strip-comments", "--sum-one", "--sum-reports", "--unicode", "--use-sloccount",
"--v", "--vcs", "--version", "--xml", "--yaml",
"-V", "-h", "-v",
]
valued = [
"--config", "--csv-delimiter", "--diff-alignment", "--diff-timeout",
"--exclude-content", "--exclude-dir", "--exclude-ext",
"--exclude-lang", "--exclude-list-file",
"--force-lang", "--fullpath",
"--include-ext", "--include-lang",
"--lang-no-ext", "--list-file", "--match-d",
"--match-f", "--not-match-d", "--not-match-f",
"--out", "--read-binary-files", "--read-lang-def",
"--report-file", "--script-lang", "--skip-archive",
"--sql", "--sql-project", "--sql-style",
"--timeout", "--write-lang-def",
]
[[command]]
name = "cucumber"
url = "https://cucumber.io/docs/cucumber/api/#running-cucumber"
level = "SafeRead"
bare = true
standalone = [
"--backtrace", "--color", "--dry-run", "--expand",
"--guess", "--help", "--i18n-keywords", "--i18n-languages",
"--init", "--no-color", "--no-diff", "--no-multiline",
"--no-snippets", "--no-source", "--no-strict",
"--publish", "--publish-quiet", "--quiet",
"--retry", "--snippets", "--strict", "--verbose", "--version", "--wip",
"-V", "-b", "-d", "-e", "-h", "-q",
]
valued = [
"--ci-environment", "--format", "--format-options",
"--language", "--lines", "--name", "--order",
"--out", "--profile", "--require",
"--require-module", "--retry", "--tags",
"-f", "-i", "-l", "-n", "-o", "-p", "-r", "-t",
]
[[command]]
name = "identify"
url = "https://imagemagick.org/script/identify.php"
level = "Inert"
bare = false
standalone = [
"--help", "--verbose", "--version", "-V", "-h", "-ping", "-quiet", "-regard-warnings", "-verbose",
]
valued = [
"-channel", "-define", "-density", "-depth",
"-features", "-format", "-fuzz", "-interlace",
"-limit", "-list", "-log", "-moments",
"-monitor", "-precision", "-seed", "-set",
"-size", "-strip", "-unique", "-virtual-pixel",
]
[[command]]
name = "man"
url = "https://man7.org/linux/man-pages/man1/man.1.html"
level = "Inert"
bare = false
standalone = [
"--all", "--apropos", "--default", "--help", "--local-file",
"--regex", "--update", "--version", "--whatis", "--where", "--where-cat", "--wildcard",
"-V", "-a", "-f", "-h", "-k", "-l", "-u", "-w",
]
valued = [
"--config-file", "--encoding", "--extension", "--locale",
"--manpath", "--sections", "--systems",
"-C", "-E", "-L", "-M", "-S", "-e", "-m",
]
[[command]]
name = "shellcheck"
url = "https://www.shellcheck.net/wiki/"
level = "Inert"
bare = false
standalone = [
"--color", "--external-sources", "--help", "--list-optional",
"--norc", "--severity", "--version", "--wiki-link-count",
"-C", "-V", "-a", "-h", "-x",
]
valued = [
"--enable", "--exclude", "--format", "--include",
"--rcfile", "--severity", "--shell", "--source-path", "--wiki-link-count",
"-P", "-S", "-W", "-e", "-f", "-i", "-o", "-s",
]
[[command]]
name = "tokei"
url = "https://github.com/XAMPPRocky/tokei#readme"
level = "Inert"
bare = true
standalone = [
"--compact", "--files", "--help", "--hidden", "--no-ignore",
"--no-ignore-dot", "--no-ignore-parent",
"--no-ignore-vcs", "--verbose", "--version",
"-C", "-V", "-f", "-h",
]
valued = [
"--columns", "--exclude", "--input",
"--languages", "--num-format", "--output", "--sort", "--type",
"-c", "-e", "-i", "-l", "-o", "-s", "-t",
]
[[command]]
name = "tldr"
url = "https://tldr.sh/"
level = "Inert"
bare = false
positional_style = true
standalone = ["--help", "--list", "--version", "-h", "-l", "-v"]
valued = ["--language", "--platform", "-L", "-p"]
[[command]]
name = "ldd"
url = "https://man7.org/linux/man-pages/man1/ldd.1.html"
level = "Inert"
bare = false
standalone = ["--help", "--version", "-d", "-r", "-u", "-v"]
[[command]]
name = "objdump"
url = "https://man7.org/linux/man-pages/man1/objdump.1.html"
level = "Inert"
bare = false
standalone = [
"--all-headers", "--archive-headers", "--debugging",
"--disassemble", "--disassemble-all", "--dynamic-reloc",
"--dynamic-syms", "--file-headers", "--full-contents",
"--headers", "--help", "--info", "--line-numbers",
"--no-addresses", "--no-show-raw-insn", "--private-headers",
"--reloc", "--section-headers", "--source", "--stabs",
"--syms", "--version", "--wide",
"-C", "-D", "-G", "-R", "-S", "-T", "-V", "-W",
"-a", "-d", "-f", "-g", "-h", "-l", "-p", "-r", "-s", "-t", "-w", "-x",
]
valued = [
"--demangle", "--disassemble-symbols", "--dwarf",
"--section", "--start-address", "--stop-address", "--target",
"-M", "-b", "-j", "-m",
]
[[command]]
name = "readelf"
url = "https://man7.org/linux/man-pages/man1/readelf.1.html"
level = "Inert"
bare = false
standalone = [
"--all", "--arch-specific", "--archive-index",
"--debug-dump", "--dynamic", "--file-header",
"--headers", "--help", "--histogram",
"--notes", "--program-headers", "--relocs",
"--section-headers", "--segments", "--symbols",
"--syms", "--unwind", "--version", "--version-info", "--wide",
"-A", "-I", "-S", "-V", "-W", "-a", "-d", "-e",
"-g", "-h", "-l", "-n", "-p", "-r", "-s", "-u",
]
valued = [
"--decompress", "--dwarf-depth", "--dwarf-start",
"--hex-dump", "--relocated-dump", "--section-details",
"--string-dump",
"-D", "-R", "-w", "-x", "-z",
]
[[command]]
name = "just"
url = "https://just.systems/man/en/"
level = "Inert"
bare = false
require_any = ["--dump", "--evaluate", "--list", "--summary", "--variables", "-l"]
standalone = [
"--dump", "--evaluate", "--help", "--list", "--summary",
"--unsorted", "--variables", "--version",
"-l", "-u",
]
valued = [
"--color", "--dump-format", "--justfile", "--list-heading",
"--list-prefix", "--list-submodules",
"-f",
]
[[command]]
name = "workon"
url = "https://github.com/michaeldhopkins/workon"
level = "Inert"
bare = true
max_positional = 0
standalone = ["--help", "--version", "-V", "-h"]
[[command]]
name = "prettier"
url = "https://prettier.io/docs/en/cli.html"
level = "Inert"
bare = false
require_any = ["--check", "--list-different", "-c", "-l"]
standalone = [
"--check", "--list-different",
"--no-config", "--no-editorconfig", "--no-semi", "--single-quote",
"--jsx-single-quote", "--bracket-same-line",
"--help", "--version",
"-c", "-l",
]
valued = [
"--config", "--ignore-path", "--parser", "--plugin",
"--print-width", "--tab-width", "--trailing-comma",
"--end-of-line", "--prose-wrap",
]
[[command]]
name = "black"
url = "https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html"
level = "Inert"
bare = false
require_any = ["--check", "--diff"]
standalone = [
"--check", "--diff", "--color", "--no-color",
"--fast", "--quiet", "--verbose",
"--help", "--version",
]
valued = [
"--config", "--exclude", "--extend-exclude",
"--include", "--line-length", "--target-version",
"-l", "-t",
]
[[command]]
name = "ruff"
url = "https://docs.astral.sh/ruff/"
bare_flags = ["--help", "--version", "-V", "-h"]
[[command.sub]]
name = "check"
level = "SafeRead"
standalone = [
"--help", "--no-fix", "--quiet", "--show-files",
"--show-settings", "--statistics", "--verbose",
"--watch",
"-e", "-h", "-q", "-v",
]
valued = [
"--config", "--exclude", "--extend-exclude",
"--extend-select", "--ignore", "--line-length",
"--output-format", "--select", "--target-version",
]
[[command.sub]]
name = "format"
guard = "--check"
level = "Inert"
bare = false
standalone = ["--check", "--diff", "--help", "--quiet", "--verbose", "-h", "-q", "-v"]
valued = [
"--config", "--exclude", "--extend-exclude",
"--line-length", "--target-version",
]
[[command.sub]]
name = "rule"
standalone = ["--all", "--help", "--output-format", "-h"]
[[command.sub]]
name = "version"
standalone = ["--help", "--output-format", "-h"]
[[command.sub]]
name = "config"
standalone = ["--help", "-h"]
[[command]]
name = "mypy"
url = "https://mypy.readthedocs.io/en/stable/command_line.html"
level = "SafeRead"
bare = false
standalone = [
"--help", "--no-error-summary", "--no-incremental",
"--pretty", "--show-column-numbers", "--show-error-codes",
"--show-error-context", "--strict", "--verbose", "--version",
"--warn-redundant-casts", "--warn-return-any",
"--warn-unreachable", "--warn-unused-ignores",
"-V", "-h", "-v",
]
valued = [
"--cache-dir", "--config-file", "--exclude", "--follow-imports",
"--ignore-missing-imports", "--module", "--namespace-packages",
"--package", "--python-executable", "--python-version",
"-m", "-p",
]
[[command]]
name = "pyright"
url = "https://github.com/microsoft/pyright"
level = "SafeRead"
bare = true
standalone = [
"--dependencies", "--help", "--lib",
"--outputjson", "--skipunannotated", "--stats",
"--verbose", "--version", "--warnings",
"-h",
]
valued = [
"--exclude", "--ignore", "--level",
"--project", "--pythonpath", "--pythonplatform",
"--pythonversion", "--threads", "--typeshedpath",
"--verifytypes",
"-p",
]
[[command]]
name = "pylint"
url = "https://pylint.readthedocs.io/en/latest/user_guide/usage/run.html"
level = "SafeRead"
bare = false
standalone = [
"--errors-only", "--help", "--list-msgs", "--list-msgs-enabled",
"--long-help", "--persistent", "--py-version",
"--recursive", "--verbose", "--version",
"-E", "-V", "-h", "-v",
]
valued = [
"--disable", "--enable", "--extension-pkg-allow-list",
"--fail-under", "--generated-members", "--ignore",
"--ignore-paths", "--ignore-patterns", "--jobs",
"--load-plugins", "--max-line-length", "--msg-template",
"--output-format", "--rcfile", "--reports",
"-d", "-e", "-f", "-j",
]
[[command]]
name = "flake8"
url = "https://flake8.pycqa.org/en/latest/user/invocation.html"
level = "SafeRead"
bare = true
standalone = [
"--benchmark", "--count", "--help", "--quiet",
"--show-pep8", "--show-source", "--statistics",
"--verbose", "--version",
"-V", "-h", "-q", "-v",
]
valued = [
"--config", "--exclude", "--extend-exclude",
"--extend-ignore", "--filename", "--format",
"--ignore", "--max-complexity", "--max-line-length",
"--output-file", "--per-file-ignores", "--select",
]
[[command]]
name = "isort"
url = "https://pycqa.github.io/isort/docs/configuration/options.html"
level = "Inert"
bare = false
require_any = ["--check-only", "--diff", "-c"]
standalone = [
"--check-only", "--diff", "--help", "--quiet",
"--show-config", "--verbose", "--version",
"-c", "-V", "-h", "-q", "-v",
]
valued = [
"--filter-files", "--line-length", "--multi-line",
"--profile", "--project", "--settings-file",
"--skip", "--skip-glob", "--src",
"-l", "-m",
]
[[command]]
name = "rubocop"
url = "https://docs.rubocop.org/rubocop/usage/basic_usage.html"
level = "SafeRead"
bare = true
standalone = [
"--color", "--debug", "--display-cop-names",
"--display-only-correctable", "--display-only-safe-correctable",
"--display-style-guide", "--extra-details",
"--help", "--lint", "--list-target-files",
"--no-color", "--parallel", "--show-cops",
"--show-docs-url", "--version",
"-L", "-V", "-d", "-h", "-l",
]
valued = [
"--cache-root", "--config", "--disable-pending-cops",
"--enable-pending-cops", "--except", "--exclude-limit",
"--fail-level", "--format", "--only", "--out",
"--require", "--stdin",
"-P", "-c", "-f", "-o", "-r",
]
[[command]]
name = "eslint"
url = "https://eslint.org/docs/latest/use/command-line-interface"
level = "SafeRead"
bare = false
standalone = [
"--cache", "--color", "--debug", "--env-info",
"--help", "--init", "--no-color", "--no-eslintrc",
"--no-inline-config", "--print-config", "--quiet",
"--version",
"-h", "-v",
]
valued = [
"--cache-location", "--config", "--env", "--ext",
"--format", "--global", "--ignore-path",
"--ignore-pattern", "--max-warnings",
"--no-error-on-unmatched-pattern", "--output-file",
"--parser", "--parser-options", "--plugin",
"--resolve-plugins-relative-to", "--rule", "--rulesdir",
"-c", "-f", "-o",
]
[[command]]
name = "biome"
url = "https://biomejs.dev/reference/cli/"
bare_flags = ["--help", "--version", "-V", "-h"]
[[command.sub]]
name = "check"
level = "SafeRead"
standalone = [
"--apply", "--colors", "--help", "--json-formatter",
"--no-errors-on-unmatched", "--quiet", "--verbose",
"-h",
]
valued = [
"--config-path", "--max-diagnostics", "--stdin-file-path",
"--vcs-root",
]
[[command.sub]]
name = "lint"
level = "SafeRead"
standalone = [
"--colors", "--help", "--json-formatter",
"--no-errors-on-unmatched", "--quiet", "--verbose",
"-h",
]
valued = [
"--config-path", "--max-diagnostics", "--stdin-file-path",
"--vcs-root",
]
[[command.sub]]
name = "ci"
level = "SafeRead"
standalone = [
"--colors", "--help", "--json-formatter",
"--no-errors-on-unmatched", "--quiet", "--verbose",
"-h",
]
valued = [
"--config-path", "--max-diagnostics",
]
[[command.sub]]
name = "format"
level = "Inert"
standalone = [
"--colors", "--help", "--json-formatter",
"--no-errors-on-unmatched", "--quiet", "--verbose",
"-h",
]
valued = [
"--config-path", "--indent-style", "--indent-width",
"--line-width", "--stdin-file-path",
]
[[command]]
name = "stylelint"
url = "https://stylelint.io/user-guide/cli/"
level = "SafeRead"
bare = false
standalone = [
"--allow-empty-input", "--cache", "--color",
"--disable-default-ignores", "--help", "--no-color",
"--quiet", "--version",
"-h", "-q",
]
valued = [
"--config", "--config-basedir", "--custom-formatter",
"--custom-syntax", "--formatter", "--ignore-path",
"--ignore-pattern", "--max-warnings", "--output-file",
"--report-descriptionless-disables",
"--report-invalid-scope-disables",
"--report-needless-disables",
"-f", "-o",
]
[[command]]
name = "zoxide"
url = "https://github.com/ajeetdsouza/zoxide"
bare_flags = ["--help", "--version", "-V", "-h"]
[[command.sub]]
name = "query"
standalone = [
"--all", "--exclude", "--help", "--interactive",
"--list", "--score",
"-a", "-h", "-i", "-l", "-s",
]