Compare commits

..

2 commits

Author SHA1 Message Date
0552019e8a
Add game.url command 2023-08-11 15:22:43 +02:00
69322f4720
Mark required params for BuiltinCommands 2023-08-11 15:22:15 +02:00
2 changed files with 22 additions and 1 deletions

View file

@ -9,7 +9,7 @@ page_status:
## Usage ## Usage
```txt ```txt
{{ .Name }} required, [optional] // type these in manually {{ .Name }} <required>, [optional] // type these in manually
``` ```
<!-- <!--

View file

@ -0,0 +1,21 @@
---
title: "game.url"
description: "Opens a URL"
layout: "definition"
page_status:
# - 'stub' # Not going to expand
---
## Usage
```txt
game.url <url>
```
Where `<url>` is an url you want to open, for example <https://grannysmithgame.com/>
<!--
optional arguments are written in square brackets
below you can add examples
--->