It should be possible to load a Command description from a text file
--------------------------------------------------------------------

                 Key: KARAF-193
                 URL: https://issues.apache.org/jira/browse/KARAF-193
             Project: Karaf
          Issue Type: Improvement
          Components: console
            Reporter: Guillaume Nodet


Something like:

{code}
@Command(name="foo:bar", description="classpath:bar.txt")
{code}

If the description starts with "classpath:", load the information from the text 
file using the classloader of the command class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to