From b9282a6bb34d5a1f48cce03e3fdd400a6708bd7c Mon Sep 17 00:00:00 2001 From: Ben Pollard <129943363+benpollarduk@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:56:57 +0000 Subject: [PATCH] Update commands.md --- docs/docfx/docs/commands.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/docfx/docs/commands.md b/docs/docfx/docs/commands.md index 168a9cc2..eb310471 100644 --- a/docs/docfx/docs/commands.md +++ b/docs/docfx/docs/commands.md @@ -137,11 +137,18 @@ Exit the current game. exit ``` +### Commands +Displays a list of all available commands. + +``` +commands +``` + ### Help -Displays a Help screen listing all available commands. +Displays a help screen for a specific command. ``` -help +help examine ``` ### KeyOn / KeyOff