-
Notifications
You must be signed in to change notification settings - Fork 47
Implement "trickle" parsing #194
Copy link
Copy link
Open
Labels
Issue-AnsweredIssue concerns addressed in conversationIssue concerns addressed in conversationIssue-EnhancementNew feature or requestNew feature or requestIssue-Triagedissue was read and triagedissue was read and triaged
Metadata
Metadata
Assignees
Labels
Issue-AnsweredIssue concerns addressed in conversationIssue concerns addressed in conversationIssue-EnhancementNew feature or requestNew feature or requestIssue-Triagedissue was read and triagedissue was read and triaged
Summary of the new feature / enhancement
As a user of a command that provides multiple outputs over time before finishing
I'd like to be able to start parsing the output before the complete command has ended
So that I can take action on certain statuses in the output
Proposed technical implementation details (optional)
I don't know how feasible this is though...