This needs discussion, though I haven't thought about it in detail yet. Obviously the existing hack using composite can be done away with entirely. Less-obviously, I think we aren't going to see any of the problems that Vim's excmds have with the pipe — i.e. needing to conditionally support pipe-as-composition with some commands, but not others?
Thoughts and feedback welcome. Probably going to throw together naive, command | another_command support pretty soon; and can develop edge-cases from there.
This is one place where good examples of real-world uses of composite would be great.
This needs discussion, though I haven't thought about it in detail yet. Obviously the existing hack using
compositecan be done away with entirely. Less-obviously, I think we aren't going to see any of the problems that Vim's excmds have with the pipe — i.e. needing to conditionally support pipe-as-composition with some commands, but not others?Thoughts and feedback welcome. Probably going to throw together naive,
command | another_commandsupport pretty soon; and can develop edge-cases from there.This is one place where good examples of real-world uses of
compositewould be great.