safe-chains 0.136.1

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[command]]
name = "@johnnymorganz/stylua-bin"
description = "Opinionated Lua code formatter written in Rust. --check reports whether files are already formatted without modifying them; --verify re-parses after formatting to detect AST changes. Without --check or --verify (not exposed here), it rewrites files in place. Actively maintained with several releases per year; currently at v2.4.x."
url = "https://github.com/JohnnyMorganz/StyLua"
level = "Inert"
bare = false
require_any = ["--check", "--verify"]
standalone = [
    "--allow-hidden", "--check", "--color",
    "--help", "--no-editorconfig", "--respect-ignores",
    "--verbose", "--verify", "--version",
    "-V", "-h",
]
valued = [
    "--config-path", "--glob", "--num-threads",
    "--output-format", "--search-parent-directories",
    "-f", "-g",
]