From 93cd1a8d05b2789c04b3c6bf6dbe05b8568bb9d8 Mon Sep 17 00:00:00 2001 From: Bridget Date: Sun, 12 Apr 2020 23:16:59 +0200 Subject: [PATCH] Adjust ruler and doc header --- lslsh.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lslsh.py b/lslsh.py index e2d930d..ee1239b 100644 --- a/lslsh.py +++ b/lslsh.py @@ -15,6 +15,8 @@ warnings.filterwarnings("ignore", category=InsecureRequestWarning) class Shell(cmd.Cmd): prompt = "> " url = None + ruler = " " + doc_header = "Available commands (type help ):" def get_names(self): return dir(self)