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