Skip to content

string pad doesn't work with escapes #7784

@IlanCosman

Description

@IlanCosman
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
ilan@arch ~> string pad --width 20 hello
               hello
ilan@arch ~> string pad --width 20 \ehello
ello
ilan@arch ~> string pad --width 20 (set_color red)hello
hello
ilan@arch ~> 

It would be really nice if set_color and string pad would work together.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions