]
Darran Lofthouse moved WFLY-8202 to WFCORE-2462:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2462 (was: WFLY-8202)
Component/s: Security
(was: Security)
CS tool, format Missing required option
---------------------------------------
Key: WFCORE-2462
URL:
https://issues.jboss.org/browse/WFCORE-2462
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Martin Choma
Assignee: Ilia Vassilev
Labels: credential-store, user_experience, wildfly-elytron-tool
There is validation on required option.
{code}
[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]$
{code}
However it is one line message. I would prefer mulitline message for readability as
{code}
[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
{code}