Add cons_show_warn()` function #87
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Currently we have
cons_show()for info andcons_show_error()for errors. There's no intermediate level for warnings that need user attention but don't indicate a critical failure.Proposal
Add
cons_show_warn()function for non-critical warnings.Design
THEME_WARNor similar)log_warning()Use cases