Skip to content

Re-export StdStream from process #20

Description

@koterpillar

I'd like to only depend on process-extras but still be able to say (example from process):

createProcess (proc "ls" []){ std_out = CreatePipe }

Currently System.Process.ListLike reexports proc and CreateProcess(..) (so std_out is in scope) from process but not StdStream so I cannot use its constructor CreatePipe.

Activity

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

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