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('')
|
print('')
|
||||||
elif commandStr.startswith('h'):
|
elif commandStr.startswith('h'):
|
||||||
_desktopHelp()
|
_desktopHelp()
|
||||||
|
print(_highlightText('Press Enter to continue...'))
|
||||||
|
input()
|
||||||
elif (commandStr == 'delete' or
|
elif (commandStr == 'delete' or
|
||||||
commandStr == 'rm' or
|
commandStr == 'rm' or
|
||||||
commandStr.startswith('delete ') or
|
commandStr.startswith('delete ') or
|
||||||
|
|
Loading…
Reference in New Issue