-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Type check commands #67
Copy link
Copy link
Closed
Description
We have enough information about the commands and the piped chain of commands that we could do some simple typechecking on it before we run it.
Some examples:
- Commands that expect objects need objects to flow in
- Commands that expect strings can't have objects flow in
- External commands that use $it expect strings
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels