accept input though redirection #5

Open
opened 2022-09-26 14:32:51 -04:00 by array-in-a-matrix · 1 comment
No description provided.
array-in-a-matrix added the
enhancement
label 2022-09-26 14:33:53 -04:00
array-in-a-matrix changed title from accept input though pipe redirection to accept input though redirection 2022-09-26 14:35:33 -04:00
Author
Owner

Expected input:

quadratic < {something}

{something} | quadratic

Output should be able to be redirected to a different program.

Already working:

quadratic $({something})
Expected input: ```sh quadratic < {something} {something} | quadratic ``` Output should be able to be redirected to a different program. Already working: ```sh quadratic $({something}) ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: array-in-a-matrix/quadratic#5
No description provided.