Adjust ruler and doc header

This commit is contained in:
Bridget
2020-04-12 23:16:59 +02:00
parent c6f001cef6
commit 93cd1a8d05

View File

@@ -15,6 +15,8 @@ warnings.filterwarnings("ignore", category=InsecureRequestWarning)
class Shell(cmd.Cmd):
prompt = "> "
url = None
ruler = " "
doc_header = "Available commands (type help <topic>):"
def get_names(self):
return dir(self)