Help message showing possible prompt responses at jans-cli prompt needs to be fixed #1352
Closed
Description
Describe the bug
Case 1:
Case 2
In above images, help message in grey color has two issues.
- Format: missing comma after second and third option
- Missing options: As can be seen in the orange color help message, there are more options, like
w
for case 1 andy
andn
for case 2, that are not shown in the grey color help message. All possible options should be listed as part of grey message.
To Reproduce
Steps to reproduce the behavior (screenshot 1):
- Install Janssen server
- Invoke
config-cli
from command line - select option for
health-check
(for case 1) and select optionOAuth - OpenID Connect - Clients
(for case 2)
Expected behavior
- Formatting should be fixed
- All possible prompts response options should be shown in help messages
Activity