ActionStyledValues
ActionStyledValues is like ActionValues but accepts an additional style.
carapace.ActionStyledValues(
"first", style.Default,
"second", style.Blue,
"third", style.Of(style.BgBrightBlack, style.Magenta, style.Bold),
)
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
ActionStyledValues is like ActionValues but accepts an additional style.
carapace.ActionStyledValues(
"first", style.Default,
"second", style.Blue,
"third", style.Of(style.BgBrightBlack, style.Magenta, style.Bold),
)