aboutsummaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
authorGravatar SwiftyOS <craigswift13@gmail.com> 2023-09-15 15:44:11 +0200
committerGravatar SwiftyOS <craigswift13@gmail.com> 2023-09-15 15:44:11 +0200
commit43fba808a2089e3d26219f688e71c9e7e35f6286 (patch)
treea64b71643510b05fa9d0edb3681cd24cf82abea7 /cli.py
parentremoved create new agent script (diff)
downloadAuto-GPT-43fba808a2089e3d26219f688e71c9e7e35f6286.tar.gz
Auto-GPT-43fba808a2089e3d26219f688e71c9e7e35f6286.tar.bz2
Auto-GPT-43fba808a2089e3d26219f688e71c9e7e35f6286.zip
Updated docs
Diffstat (limited to 'cli.py')
-rw-r--r--cli.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/cli.py b/cli.py
index 3b5c58e16..ae5d3275c 100644
--- a/cli.py
+++ b/cli.py
@@ -12,7 +12,7 @@ def cli():
@cli.command()
def setup():
- """Setup command"""
+ """Installs dependencies needed for your system. Works with Linux, MacOS and Windows WSL."""
import os
import subprocess
script_dir = os.path.dirname(os.path.realpath(__file__))
@@ -25,7 +25,7 @@ def setup():
@cli.group()
def agents():
- """Agents group command"""
+ """Commands to create, start and stop agents"""
pass
@agents.command()
@@ -104,7 +104,7 @@ def list():
@cli.group()
def benchmark():
- """Benchmark group command"""
+ """Commands to start the benchmark and list tests and categories"""
pass
@benchmark.command(context_settings=dict(
@@ -255,7 +255,7 @@ def benchmark_tests_details(test_name):
continue
@cli.command()
def frontend():
- """Frontend command group"""
+ """Starts the frontend"""
import os
import subprocess
import socket