mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Change SpringCli so that running without arguments no longer jumps into the embedded REPL shell. This restores the ability to obtain quick usage help by simply typing `spring` from the command prompt. Windows users or developers that prefer the embedded shell can still launch it using `spring shell`.