Expand description
Styled terminal output utilities.
Functionsยง
- code
- Print code block with syntax highlighting hint
- confirm
- Ask for confirmation
- dim
- Print dimmed text
- error
- Print an error message
- header
- Print a header/title
- info
- Print an info message
- input
- Ask for text input
- kv
- Print a key-value pair
- list
- Print a list header
- list_
item - Print a list item
- logo
- Print the Prax logo
- newline
- Print a newline
- numbered_
item - Print a numbered list item
- section
- Print a section header
- select
- Ask user to select from options
- step
- Print a step indicator
- style_
error - Style text as error (red)
- style_
pending - Style text as pending (yellow)
- style_
success - Style text as success (green)
- success
- Print a success message
- warn
- Print a warning message