wcl fmt
Reformat to canonical form (comments and blank-line groupings preserved).
| Argument | Required | Description | Remarks |
|---|---|---|---|
| file | required | WCL source file, or - for stdin. | — |
| Switch | Value | Description | Remarks |
|---|---|---|---|
| --in-place | — | Overwrite the file in place instead of printing to stdout. | — |
| --indent | N | Spaces per indentation level (default 2). | — |
| --no-trailing-comma | — | Drop the trailing comma after match arms. | — |
console
wcl fmt site.wcl --in-place