You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2019/03/08 13:40:00 UTC

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

     [ https://issues.apache.org/jira/browse/KARAF-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-6061:
----------------------------------------
    Fix Version/s:     (was: 4.2.4)
                   4.2.5

> 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
>          Components: karaf
>    Affects Versions: 4.1.7
>            Reporter: Martin Lichtin
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>              Labels: shell
>             Fix For: 4.3.0, 4.2.5
>
>
> 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)