You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Martin Lichtin (JIRA)" <ji...@apache.org> on 2018/12/25 20:23:00 UTC

[jira] [Created] (KARAF-6061) Help for shell: commands are not properly formatted

Martin Lichtin created KARAF-6061:
-------------------------------------

             Summary: Help for shell: commands are not properly formatted
                 Key: KARAF-6061
                 URL: https://issues.apache.org/jira/browse/KARAF-6061
             Project: Karaf
          Issue Type: Wish
    Affects Versions: 4.1.7
            Reporter: Martin Lichtin


A 'nice' help looks like
{noformat}
System/admin@ccstp1()> help log:set
DESCRIPTION
        log:set

    Sets the log level.

SYNTAX
        log:set level [logger]

ARGUMENTS
        level
                The log level to set (TRACE, DEBUG, INFO, WARN, ERROR) or DEFAULT to unset
        logger
                Logger name or ROOT (default)
{noformat}
whereas shell: command help looks like:
{noformat}
System/admin@ccstp1()> help shell:while
while -  while loop
                   Usage: while { condition } { action }
                                                          -? --help                    Show help
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)