You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2009/05/11 17:31:45 UTC

[jira] Created: (FELIX-1145) Modify help shell command to avoid issues with long command descriptions

Modify help shell command to avoid issues with long command descriptions
------------------------------------------------------------------------

                 Key: FELIX-1145
                 URL: https://issues.apache.org/jira/browse/FELIX-1145
             Project: Felix
          Issue Type: Improvement
    Affects Versions: shell-1.2.0
            Reporter: Richard S. Hall
             Fix For: shell-1.4.0


The help command tries to align usage and description columns for the various shell command services. Unfortunately, this doesn't work very well when the columns for some commands are long. I think we should modify help so it gives only the usage by default and you can say "help <command>" to get the description. Of course, the reverse might also make sense, but descriptions tend to be longer.

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


[jira] Assigned: (FELIX-1145) Modify help shell command to avoid issues with long command descriptions

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall reassigned FELIX-1145:
--------------------------------------

    Assignee: Richard S. Hall

> Modify help shell command to avoid issues with long command descriptions
> ------------------------------------------------------------------------
>
>                 Key: FELIX-1145
>                 URL: https://issues.apache.org/jira/browse/FELIX-1145
>             Project: Felix
>          Issue Type: Improvement
>    Affects Versions: shell-1.2.0
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: shell-1.4.0
>
>
> The help command tries to align usage and description columns for the various shell command services. Unfortunately, this doesn't work very well when the columns for some commands are long. I think we should modify help so it gives only the usage by default and you can say "help <command>" to get the description. Of course, the reverse might also make sense, but descriptions tend to be longer.

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


[jira] Updated: (FELIX-1145) Modify help shell command to avoid issues with long command descriptions

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall updated FELIX-1145:
-----------------------------------

    Component/s: Shell

> Modify help shell command to avoid issues with long command descriptions
> ------------------------------------------------------------------------
>
>                 Key: FELIX-1145
>                 URL: https://issues.apache.org/jira/browse/FELIX-1145
>             Project: Felix
>          Issue Type: Improvement
>          Components: Shell
>    Affects Versions: shell-1.2.0
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: shell-1.4.0
>
>
> The help command tries to align usage and description columns for the various shell command services. Unfortunately, this doesn't work very well when the columns for some commands are long. I think we should modify help so it gives only the usage by default and you can say "help <command>" to get the description. Of course, the reverse might also make sense, but descriptions tend to be longer.

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


[jira] Closed: (FELIX-1145) Modify help shell command to avoid issues with long command descriptions

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall closed FELIX-1145.
----------------------------------

    Resolution: Fixed

The help command now displays only the command names when invoked with no arguments. To get more information on a specific command, invoke the help command with the command name as an argument.

> Modify help shell command to avoid issues with long command descriptions
> ------------------------------------------------------------------------
>
>                 Key: FELIX-1145
>                 URL: https://issues.apache.org/jira/browse/FELIX-1145
>             Project: Felix
>          Issue Type: Improvement
>          Components: Shell
>    Affects Versions: shell-1.2.0
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: shell-1.4.0
>
>
> The help command tries to align usage and description columns for the various shell command services. Unfortunately, this doesn't work very well when the columns for some commands are long. I think we should modify help so it gives only the usage by default and you can say "help <command>" to get the description. Of course, the reverse might also make sense, but descriptions tend to be longer.

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