1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 15:34:58 +00:00
serenity/Base/usr/share/man/man1/gml-format.md
kleines Filmröllchen afaea38be2 Base: Expand "See Also" sections of many manpages
This commit focuses on the CLI utilities.
2023-07-06 10:03:48 +01:00

26 lines
407 B
Markdown

## Name
gml-format - automated GUI Markup Language (GML) formatter
## Synopsis
```**sh
$ gml-format [--inplace] [path...]
```
## Description
`gml-format` formats GUI Markup Language (GML) files.
## Options
* `-i`, `--inplace`: Write formatted contents back to file rather than standard output
## Examples
```sh
$ gml-format -i /home/anon/example.gml
```
## See Also
* [`GML`(5)](help://man/5/GML)