-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
@tleonhardt
Description
The async_update_prompt and async_alert methods within cmd2.Cmd do not respect the allow_style settable.
If allow_style is set to NEVER, then ANSI escape codes should be stripped before outputting using these methods as well.