Skip to content

Incorrect parameter passing to executable from Invoke-CodeConversion #12

@dodexahedron

Description

@dodexahedron
Invoke-CodeConversion -InputFile .\MyModule.psm1 -OutputFile MyModule.cs

The parameters the executable expects do not match.

The executable is expecting either -o or --OutputPath, but the script is explicitly sending --OutputFile.

But even directly invoking the executable with the correct parameters fails, which I'll post as another issue.

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