Thanks to visit codestin.com
Credit goes to github.com

Skip to content

clawshell onboard generates wrong clawshell.toml #90

Description

@u20024804

After running clawshell onboard, it generates clawshell.toml like below:
{ name = "ssn", regex = '\\b\\d{3}-\\d{2}-\\d{4}\\b', action = "redact" },
But in the README.md, it is
{ name = "ssn", regex = '\b\d{3}-\d{2}-\d{4}\b', action = "redact" },
Which one is right? regex = '\b\d{3}-\d{2}-\d{4}\b' ? Or regex = '\\b\\d{3}-\\d{2}-\\d{4}\\b'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions