echo "$(cargo run -- --bg black --fg red "hello there,") $(cargo run -- --fg green --bold "General") $(cargo run -- --fg bright_white --underline Kenobi)" cargo run -- --format "[color=red]Hello there,[/color] [bold]General[/bold]" cargo run -- --format "[color=red]He[color=green]llo th[/color]ere,[/color] [bold]General[/bold]"