console-info
Work with console info
Overview
The console-info
action is part of the debug set in Rhyme. Work with console info.
Category: Debug
Area: 🔧 Development & Testing
Basic Usage
console-info "Example usage"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
console-info "Example usage"
Example 2: With Variables
$my-variable: "some value"
console-info $my-variable
Tips
- This action is part of the debug set
- Common use case: Debugging your app
Related Actions
Related actions from the debug set will be listed here.