mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 13:28:16 +08:00
Add demo example
This commit is contained in:

committed by
Phil Scott

parent
36ec3d1fd3
commit
ca036f6543
@ -22,9 +22,12 @@ namespace Spectre.Console
|
||||
{ "underline", Decoration.Underline },
|
||||
{ "u", Decoration.Underline },
|
||||
{ "invert", Decoration.Invert },
|
||||
{ "reverse", Decoration.Invert },
|
||||
{ "conceal", Decoration.Conceal },
|
||||
{ "blink", Decoration.SlowBlink },
|
||||
{ "slowblink", Decoration.SlowBlink },
|
||||
{ "rapidblink", Decoration.RapidBlink },
|
||||
{ "strike", Decoration.Strikethrough },
|
||||
{ "strikethrough", Decoration.Strikethrough },
|
||||
{ "s", Decoration.Strikethrough },
|
||||
};
|
||||
|
Reference in New Issue
Block a user