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
Add sbt completions #4347
Add sbt completions #4347
Conversation
Also fixed sublist indentation and removed periods for formtatting consistency
Because they are not combinable with other commands and need an argument.
Other commands shouldn't be suggested as args for new or client command
Squash-merged as a43da01. Thanks!! |
Err, I stripped out the CHANGELOG.md changes because I thought we constructed those at release time, but maybe that was my mistake. |
Thanks.
No problem. It was on the pull-request template TODO list, so I added it. Actually, there's a little more in eb05c39: it fixes markdown list indentation of the other completions. |
We've been encouraging everyone to keep the CHANGELOG up to date - it was getting to the point where it was taking days to write up and delaying the release. |
I think it's a very good practice. Although when many people edit same document, it's helpful to have some (at least formatting) guidelines. |
Description
Added completions for sbt (Build tool for Scala projects).
TODOs: