1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:37:34 +00:00

Playground: Add help documentation

This commit is contained in:
Brendan Coles 2021-01-04 06:52:57 +00:00 committed by Andreas Kling
parent 1e4b9a9cd9
commit 1f03b6ad57
4 changed files with 70 additions and 1 deletions

View file

@ -0,0 +1,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
```