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

Access the latest value #34

Open
JJ opened this issue Jul 23, 2017 · 1 comment
Open

Access the latest value #34

JJ opened this issue Jul 23, 2017 · 1 comment

Comments

@JJ
Copy link
Contributor

JJ commented Jul 23, 2017

Assign the latest value to a variable, _ for instance, so that you can build on whatever resulted in the last command without having to arrow-up and edit it.

@d4l3k
Copy link
Owner

d4l3k commented Jul 23, 2017

This would be a really nice thing to add. Makes it kind of tricky though since it messes with the type/syntax checkers. You can't use _ as a variable in Go. Might try adding a last val instead or something

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

No branches or pull requests

2 participants