From cfe2f6f04e448b40f2f97dd86fae09dc6c2d2bc5 Mon Sep 17 00:00:00 2001 From: duncte123 Date: Fri, 8 Mar 2024 21:12:23 +0100 Subject: [PATCH] Add hello world example --- commands/hello-world.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 commands/hello-world.yml diff --git a/commands/hello-world.yml b/commands/hello-world.yml new file mode 100644 index 0000000..a1e0364 --- /dev/null +++ b/commands/hello-world.yml @@ -0,0 +1,5 @@ +name: hello-world +description: A simple hello world command + +output: |- + "Hello world!"