Bug #32

How to change the ">" after klish's login to "#" prompt?
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
12/03/2021
Due date:
% Done:
0%
Estimated time:
Files
History
Updated by Serj Kalichev 6 months ago
See XML config files.
Tag VIEW contains field 'prompt'.
You can write something like
<VIEW prompt="#"...>
If you need to change prompt dynamically you can use VARs.
<VIEW prompt="${MY_PROMPT}"...>
<VAR name="MY_PROMPT" dynamic="true">
<ACTION>
# Generate prompt by the script
</ACTION>
</VAR>