[
https://issues.apache.org/jira/browse/KARAF-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved KARAF-155.
-----------------------------------
Assignee: Guillaume Nodet
Resolution: Fixed
Committing to https://svn.apache.org/repos/asf/karaf/trunk ...
M
shell/console/src/main/java/org/apache/felix/gogo/commands/basic/DefaultActionPreparator.java
M
tooling/cmdhelp-maven-plugin/src/main/java/org/apache/karaf/tooling/cmdhelp/CmdHelpMojo.java
Committed r993350
> 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
> Assignee: Guillaume Nodet
> Priority: Trivial
> Fix For: 2.1.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.