From 2098e192da0ec8eecf0010ae62704e6727dfa42a Mon Sep 17 00:00:00 2001 From: SwiftyOS Date: Tue, 19 Sep 2023 15:09:51 +0200 Subject: [PATCH] Removed additional refs to frontend --- CLI-USAGE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CLI-USAGE.md b/CLI-USAGE.md index 8980e6de..e4a062b6 100755 --- a/CLI-USAGE.md +++ b/CLI-USAGE.md @@ -1,6 +1,6 @@ ## CLI Documentation -This document describes how to interact with the project's CLI (Command Line Interface). It includes the types of outputs you can expect from each command. Before launching the frontend, ensure that an agent is already running. Note that the `agents stop` command will terminate any process running on port 8000. +This document describes how to interact with the project's CLI (Command Line Interface). It includes the types of outputs you can expect from each command. Note that the `agents stop` command will terminate any process running on port 8000. ### 1. Entry Point for the CLI @@ -21,7 +21,6 @@ Options: Commands: agents Commands to create, start and stop agents benchmark Commands to start the benchmark and list tests and categories - frontend Starts the frontend setup Installs dependencies needed for your system. ```