blob: 6ba9f1f644baceff8777ba1cfff1bde86180b6d0 [file] [log] [blame] [view] [edit]
# fidl-format
```none {: style="white-space: break-spaces;" .devsite-disable-click-to-copy}
usage: fidl-format <options> [<files>]
* `-i, --in-place` Formats file in place
* `-h, --help` Prints this help, and exit immediately.
If no files are specified it formats code from standard input.
```