Go to repository

Function echo

Returns the string for the bash command to run an echo, showing a message.

echo('print this', 'bgRed blue')

Parameters

  • text: string

    The message to display

  • Optional
    styles: string

    One or more styles to apply to the text.

Returns string

The bash command string.