Skip to content

Add support for PowerShell #32

@Jisu-Woniu

Description

@Jisu-Woniu

Is it possible to add support for PowerShell string escaping?

Example usage:

assert_eq!(Pwsh::quote_vec("foo bar"), b"'foo bar'");
assert_eq!(Pwsh::quote_vec("foo\nbar"), b"\"foo`nbar\"");

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions