Skip to content

Windows/Powershell output is broken #24

@aedm

Description

@aedm

On Linux + Bash, rargs works as expected:

$ echo "hello" | rargs -e echo {0}
echo hello

On Windows + Powershell, the output is broken:

PS C:\> echo "hello" | rargs -e echo {0}
echo -encodedCommand MAA= -inputFormat xml -outputFormat text
echo -encodedCommand MAA= -inputFormat xml -outputFormat text

On Windows + cmd, it works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions