Skip to main content

Module fmt

Module fmt 

Source
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. compiler carries the driver’s resolution so a BYNK_BYNKC override can be honoured by shelling the pinned bynkc.