module Console::Warn
Extended Modules
- Console::StyleMixin
Defined in:
console/stylized.crConstant Summary
-
DEFAULT =
Style::Yellow
-
STRONG =
[Style::Yellow, Style::Underline]
Class Method Summary
Class Method Detail
def self.item(label, extra = nil, justify : Int = 0, *, symbol = '~', separator : Char = ' ', strong : Bool = false) : Console.class
#