mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
updates
This commit is contained in:
parent
6a084e00cd
commit
f95e0775ca
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user