Enter key after help

main
Bob Mottram 2021-03-25 12:21:04 +00:00
parent 97390c9114
commit 2a25c6909e
1 changed files with 2 additions and 0 deletions

View File

@ -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