mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Playground: Support opening gml file by path as command line argument
This commit is contained in:
parent
7d5a369ac9
commit
5c0c4f4b2d
Notes:
sideshowbarker
2024-07-19 00:05:45 +09:00
Author: https://github.com/bcoles
Commit: 5c0c4f4b2d
Pull-request: https://github.com/SerenityOS/serenity/pull/4813
3 changed files with 21 additions and 4 deletions
|
@ -5,7 +5,7 @@ Playground - GUI Markup Language (GML) editor
|
|||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ Playground
|
||||
$ Playground [file]
|
||||
```
|
||||
|
||||
## Description
|
||||
|
@ -20,7 +20,7 @@ window, allowing rapid prototyping and development of application GUIs.
|
|||
## Examples
|
||||
|
||||
```sh
|
||||
$ Playground
|
||||
$ Playground /home/anon/example.gml
|
||||
```
|
||||
|
||||
## See also
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue