From d31515df2677883c011d27e9b4219c89cbe31c8d Mon Sep 17 00:00:00 2001 From: nanachi <102416174+Swarkin@users.noreply.github.com> Date: Sun, 28 Apr 2024 15:32:43 +0200 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f6112b1..b4900e0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,19 @@ -# godot-cli +# `godot-cli: a convenience cli for godot` -![godot-cli](https://github.com/Swarkin/godot-cli/assets/102416174/3ba991f7-2ef3-4ef1-a3be-e4128bc66678) +## `features` -## features +``` +config get/set entry [value] | configure the cli +new/create name | create a project +open name | open a project +run name [n] | run a project [n times] +list | list all projects +delete/remove name | delete a project +``` -![features](https://github.com/Swarkin/godot-cli/assets/102416174/b44b18ab-80f3-41d4-aeee-c41cdcc556f0) +## `config` -## config - -![config](https://github.com/Swarkin/godot-cli/assets/102416174/a3a3f9f5-43e5-4c83-a2c8-1216e5006587) +``` +godot_exec: path to the executable +project_dir: directory containing projects +```