Expand description
bynk fmt — format .bynk source files in place.
Runs the formatter in-process over bynk-fmt (v0.138, #487), mirroring
bynkc fmt byte-for-byte: each input is formatted and rewritten only when it
changes; --check reports non-canonical files without writing; - reads
stdin and writes the formatted result to stdout. The BYNK_BYNKC override
shells the pinned compiler instead, like bynk check.
Functions§
- run
- Run
bynk fmt.compilercarries the driver’s resolution so aBYNK_BYNKCoverride can be honoured by shelling the pinnedbynkc.