You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
hzc989
changed the title
Fix the lack of default cli option --prompt
optimize the default cli option --prompt with splitline for long prompt
Jan 18, 2024
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
The text was updated successfully, but these errors were encountered: