-
Notifications
You must be signed in to change notification settings - Fork 395
Open
Labels
status/need-triageTeam needs to triage and take a first lookTeam needs to triage and take a first look
Description
In Spring Shell 3, the default command naming changed from snake_case to camelCase:
shell:>help
AVAILABLE COMMANDS
Built-In Commands
clear: Clear the terminal screen
history: Display or save the history of previously run commands
quit, exit: Exit the shell
help: Display help about available commands
version: Show version info
script: Execute commands from a script file
FsCommands Commands
minimumFreeDiskSpace: Display required free disk space
freeDiskSpace: Display free disk space
I would like to have the previous default naming back.
Additionally, I noticed a change in how command group names are derived from the command class name.
A @Component named FsCommands is now shown as “FsCommands Commands”, whereas previously it was “Fs Commands”. I preferred the earlier naming convention.
Metadata
Metadata
Assignees
Labels
status/need-triageTeam needs to triage and take a first lookTeam needs to triage and take a first look