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)