[[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",
]