From 7e36d6f434d15146e63b29fdd0523a7fcfbfe996 Mon Sep 17 00:00:00 2001
From: gyulong1 <48115998+gyulong1@users.noreply.github.com>
Date: Fri, 14 Apr 2023 21:33:35 +0800
Subject: [PATCH] Update CLI explanation in UG
---
docs/UserGuide.md | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index 4f2bc773795..90702461aeb 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -113,15 +113,21 @@ This will come in handy if:
This section displays relevant messages or errors after the command is entered.
#### 5. Command Line Interface (CLI)
+
+
+In this section, you can enter your command in the text box and click enter on your keyboard to send it to the application.
+
+This is also known as a Command Line Interface or CLI for short. If you are new to CLI, refer to the questions below for a quick crash course,
+
What is CLI?
To understand CLI better, here is an analogy:
Imagine being in a restaurant with a talented chef in the kitchen. The chef represents the computer while a waiter is a button on your screen. Instead of having to go through the waiter or "click" a button, the CLI helps you communicate directly with the chef by giving specific instructions or "orders" about what you want to eat. Hence, the CLI is a way to interact with your computer by giving precise, text-based instructions, much like talking directly to a chef to customize your meal.
+ Why use CLI?
+
Using a CLI can greatly enhance your efficiency as you no longer have to toggle between the mouse and your keyboard. Don't worry if this is your first time using the CLI, you'll get used to it in no time.
-
-In this section, you can enter your commands in the text box and click enter on your keyboard to send in your command to the application.
--------------------------------------------------------------------------------------------------------------------
## Quick start