Skip to content

Chapter 12, Page 630, qol/logic error #34

@chessboards

Description

@chessboards

It is said that Console.OpenStandardInput(); allows piped args to be sent via the usage of <<.
On a windows machine, an error occurs when this is attempted however: image

Something more to note is that while the user can technically type as much as they like and it will generate a new line of dumped hex, to exit they must enter Ctrl+C.

I have been using return new MemoryStream( Encoding.UTF8.GetBytes(args[0]) ); in the time being. I have not yet found a way however to pipe to the program without permission denial or error.

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