mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
24 lines
363 B
Markdown
24 lines
363 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
|
||
|
|
```
|