mirror of https://github.com/sbt/sbt.git
554 B
554 B
Bug fixes
- Make sure that when
sbt help <command>is executed from the command line it behaves similar tosbt "help <command>". - Add basic example and link to gitter8 templates page to
sbt newhelp message.
Note:
Unfortunately sbt help shell will print default general help message and drop to the sbt shell instead of displaying sbt shell help.
Also now help command will consume commands after it so ;help smth; other cmd will not work.