mirror of https://gitlab.com/bashrc2/epicyon
Enter key after help
parent
97390c9114
commit
2a25c6909e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue