ayushtkn commented on pull request #1609:
URL: https://github.com/apache/ozone/pull/1609#issuecomment-732726366
Thanx @adoroszlai for the review.
>Have you considered adding --quota as an alias for --space-quota
I tried that, But for commands there was an option to provide an alias but
for `@CommandLine.Option` I couldn't find any. One way was to add it in the
names array but the value will be visible.
Is there some way to add an alias for options as well, so that it isn't
visible.
or do you suggest we add it as part of name array only like this -
` @CommandLine.Option(names = {"--space-quota","--quota"},`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]