Open hzc989 opened 10 months ago
a default prompt (\\t \\u@\\h:\\d>) is already defined inside MyCli class. however it does not work properly when the total length exceeds 45 characters.
\\t \\u@\\h:\\d>
simply define another default prompt with splitline
I made a PR which closes this issue
Background
a default prompt (
\\t \\u@\\h:\\d>
) is already defined inside MyCli class. however it does not work properly when the total length exceeds 45 characters.how to optimize it
simply define another default prompt with splitline
I made a PR which closes this issue