[
https://issues.apache.org/jira/browse/KARAF-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906053#action_12906053
]
Guillaume Nodet commented on KARAF-155:
---------------------------------------
What's the way to get the default value ? I thought this would only be
available by instrospecting the bytecode from the constructor ...
> optional @Argument values (and I guess @Option values) can have default
> values which could be displayed in the help screen by reflecting into the
> value and finding non-zero/null values
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: KARAF-155
> URL: https://issues.apache.org/jira/browse/KARAF-155
> Project: Karaf
> Issue Type: Improvement
> Components: console
> Reporter: james strachan
> Priority: Trivial
> Fix For: 2.2.0
>
>
> For example for
> {code}
> class MyCommand extends Action {
> @Argument(required = false, description = "whatnot")
> String foo = "someDefault";
> ...
> }
> {code}
> when printing the help for "foo" argument we could mention the default value
> is "someDefault" in the help screen.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.