-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.1.0.DR12
-
-
-
-
-
-
See upstream
WFCORE-2462
There is validation on required option.
[mchoma@localhost bin]$ java -jar wildfly-elytron-tool.jar credential-store Missing required option: [-a Add new alias to the credential store, -r Remove alias from the credential store, -e Check if alias exists within the credential store, -v Display all aliases, -h Get help with usage of this command][mchoma@localhost bin]$
However it is one line message. I would prefer mulitline message for readability as
[mchoma@localhost bin]$ java -jar wildfly-elytron-tool.jar credential-store Missing one of required options: -a Add new alias to the credential store, -r Remove alias from the credential store, -e Check if alias exists within the credential store, -v Display all aliases, -h Get help with usage of this command
- is cloned by
-
WFCORE-2462 CS tool, format Missing required option
- Closed