We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f25c5 commit 176c06dCopy full SHA for 176c06d
cmd2/cmd2.py
@@ -56,7 +56,7 @@
56
from .rl_utils import rl_type, RlType
57
if rl_type == RlType.NONE:
58
rl_err_msg = "Tab completion has been disabled since no supported version of readline was found\n"
59
- rl_err_msg += "To resolve this, install pyreadline on Windows or gnureadline on Mac"
+ rl_err_msg += "To resolve this, install pyreadline on Windows or gnureadline on Mac\n"
60
sys.stderr.write(Fore.LIGHTYELLOW_EX + rl_err_msg + Fore.RESET)
61
else:
62
from .rl_utils import rl_force_redisplay, readline
0 commit comments