You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ java -jar spring-shell-samples/build/libs/spring-shell-samples-3.0.0-SNAPSHOT.jar help -h
NAME
help - Display help about available commands
SYNOPSIS
help --command String --help String
OPTIONS
--command or -C String
The command to obtain help for.
[Optional]
--help or -h String
help for help
[Optional]
where --help and -h is just a flag, it doesn't have a type String.
The text was updated successfully, but these errors were encountered:
Feature added in #582 prints:
where
--help
and-h
is just a flag, it doesn't have a typeString
.The text was updated successfully, but these errors were encountered: