2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
This commit is contained in:
quadrismegistus 2020-09-13 15:56:35 +01:00
parent 6a084e00cd
commit f95e0775ca

View File

@ -3,10 +3,12 @@ from komrade import *
from komrade.backend import *
import art
import textwrap as tw
HELPSTR = """
/login [name] --> log back in
/register [name] --> new komrade
/help --> seek help
INDENT = 14
ndnt = ' '*INDENT
HELPSTR = f"""
{ndnt}/login [name] --> log back in
{ndnt}/register [name] --> new komrade
{ndnt}/help --> seek help
"""
class CLI(Logger):