From 2a25c6909e312d5245241e6a86b2b06bdbc476bb Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 25 Mar 2021 12:21:04 +0000 Subject: [PATCH] Enter key after help --- desktop_client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop_client.py b/desktop_client.py index 065039904..8f3f0ce40 100644 --- a/desktop_client.py +++ b/desktop_client.py @@ -2273,6 +2273,8 @@ def runDesktopClient(baseDir: str, proxyType: str, httpPrefix: str, print('') elif commandStr.startswith('h'): _desktopHelp() + print(_highlightText('Press Enter to continue...')) + input() elif (commandStr == 'delete' or commandStr == 'rm' or commandStr.startswith('delete ') or