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.
The
async_update_promptandasync_alertmethods withincmd2.Cmddo not respect theallow_stylesettable.If
allow_styleis set toNEVER, then ANSI escape codes should be stripped before outputting using these methods as well.