diff options
author | Kevin <[email protected]> | 2024-11-06 14:03:31 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-06 14:03:31 -0300 |
commit | 5217df934bcd17941139af484e478a2bce48a2f8 (patch) | |
tree | 848833c3659ded1b5c87c37011f836e653eb9f50 /docs/guide/typescript/cli-app.md | |
parent | b1da91dcced3803c764d22d4da1a49c23d7e97ed (diff) | |
parent | 84c02e54d3bd25958dafa67a7420cf29b3375de1 (diff) |
Merge branch 'Aylur:main' into lua-refactor
Diffstat (limited to 'docs/guide/typescript/cli-app.md')
-rw-r--r-- | docs/guide/typescript/cli-app.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/typescript/cli-app.md b/docs/guide/typescript/cli-app.md index f409176..85b117c 100644 --- a/docs/guide/typescript/cli-app.md +++ b/docs/guide/typescript/cli-app.md @@ -61,7 +61,7 @@ astal say hi ``` ```sh [ags] -ags -m "say hi" +ags request "say hi" # hi cli ``` @@ -135,7 +135,7 @@ astal -t Bar ``` ```sh [ags] -ags -t Bar +ags toggle Bar ``` ::: |