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

Make commands chainable #123

Open
mattscamp opened this issue Jul 21, 2016 · 2 comments
Open

Make commands chainable #123

mattscamp opened this issue Jul 21, 2016 · 2 comments

Comments

@mattscamp
Copy link
Contributor

In ref to these comments. Needs to be done before "go to line" command in #122

@gchp
Copy link
Owner

gchp commented Jul 21, 2016

Yeah, this would be nice.

The current command system needs an overhaul. I don't think the current implementation will support much more that it already does. Needs to be re-thought!

Do you have any suggestions on how we could make it work?

@mattscamp
Copy link
Contributor Author

I started on an implementation at the chained_cmds branch, although it has a lot of bugs right now. Basically parsing the command as a slice and returns a vec of Commands to exec.

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