We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9b43a commit cac1731Copy full SHA for cac1731
README.md
@@ -1,4 +1,5 @@
1
# spc
2
+
3
CLI wrapper for the Crestron SIMPL+ Compiler
4
5
## Usage
@@ -37,6 +38,7 @@ spc --target 3 file1.usp file2.usp
37
38
Supports hierarchical configuration with YAML, JSON, or TOML formats.
39
40
Precedence (highest to lowest):
41
42
1. CLI options
43
2. Local config (`.spc.[yml|json|toml]` in project directory or upwards)
44
3. Global config (`%APPDATA%\spc\config.[yml|json|toml]`)
0 commit comments