Skip to content

sample is wrong? #527

@charliecalvert

Description

@charliecalvert

[Enter feedback here]
In this section:

https://docs.microsoft.com/en-us/windows/terminal/command-line-arguments?tabs=powershell#tab-color

You write: wt new-tab --tabColor #009999 ; split-pane --tabColor #f59218
It should be: wt new-tab --tabColor '#009999' `; split-pane --tabColor '#f59218'

You were missing the quotes around the RGB values and the backtick before the semicolon.

By the way, searching on the --tabColor issue eluded me, I had to figure it out by trial and error.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions