This commit is contained in:
bsenst
2023-10-19 12:05:20 +02:00
committed by GitHub
parent 9ae284e885
commit 1559b5dfdd

2
cli.py
View File

@@ -214,7 +214,7 @@ def agent():
@agent.command()
@click.argument("agent_name")
def create(agent_name):
"""Create's a new agent with the agent name provieded"""
"""Create's a new agent with the agent name provided"""
import os
import re
import shutil