Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command Piping #8

Closed
adam-rocska opened this issue Oct 28, 2023 · 1 comment
Closed

Command Piping #8

adam-rocska opened this issue Oct 28, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@adam-rocska
Copy link
Member

So, F# has this awesome syntax of

doThis
  |> doThat
  |> thenThat
  |> finallyThat

I've always wanted to have something like this in Swift.

Now finally there is a use case for it (besides it being cool): Operations, CI, that kind of stuff, when you pipe commands into commands into commands!

Similar to our invertible library in TS.

@adam-rocska adam-rocska added the enhancement New feature or request label Oct 28, 2023
@adam-rocska adam-rocska self-assigned this Oct 28, 2023
@adam-rocska
Copy link
Member Author

Initial implementation added by the commit a3b1c5f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant