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

Allow a command to start with then #130

Closed
sjackman opened this issue Feb 8, 2017 · 4 comments
Closed

Allow a command to start with then #130

sjackman opened this issue Feb 8, 2017 · 4 comments

Comments

@sjackman
Copy link
Contributor

sjackman commented Feb 8, 2017

I arrange my chained commands like so:

mlr --tsvlite \
  verb stuff \
  then verb stuff \
  then verb stuff

Stylistically it would be nice to write

mlr --tsvlite \
  then verb stuff \
  then verb stuff \
  then verb stuff

Just my two cents. Feel free to ignore if you disagree.

@johnkerl
Copy link
Owner

johnkerl commented Feb 9, 2017

yeah this is nice. similar concept to allowing

y = f(
  abc,
  def,
  ghi,
)

@johnkerl
Copy link
Owner

johnkerl commented Feb 9, 2017

(which is in 5.0.0)

@johnkerl johnkerl added the active label Feb 9, 2017
@johnkerl
Copy link
Owner

johnkerl commented Feb 9, 2017

ba1e23d will go into 5.0.0 -- thanks @sjackman !!

@johnkerl johnkerl closed this as completed Feb 9, 2017
@johnkerl johnkerl removed the active label Feb 9, 2017
@sjackman
Copy link
Contributor Author

sjackman commented Feb 9, 2017

Thanks!

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

No branches or pull requests

2 participants