blob: dccffa0999d586c2b4bd91853c5eaaca7685d613 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
## 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
```
|