- Change help command output to get templated using model classes. - Remove things around ParameterDescription as those are replaced with template classes. - Fixes for native configs. - For now availability and aliases are removed from help to get back in better form. - Aliases has been partly introduced to structure. - Fixes #422
27 lines
522 B
YAML
27 lines
522 B
YAML
spring:
|
|
main:
|
|
banner-mode: off
|
|
shell:
|
|
config:
|
|
env: SPRING_SHELL_SAMPLES_USER_HOME
|
|
location: "{userconfig}/spring-shell-samples"
|
|
history:
|
|
name: spring-shell-samples-history.log
|
|
command:
|
|
help:
|
|
grouping-mode: group
|
|
completion:
|
|
root-command: spring-shell-samples
|
|
## disable console logging
|
|
logging:
|
|
pattern:
|
|
console:
|
|
## log debug from a cli
|
|
# file:
|
|
# name: shell.log
|
|
# level:
|
|
# root: debug
|
|
# org:
|
|
# springframework:
|
|
# shell: debug
|