You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Keith Turner (Created) (JIRA)" <ji...@apache.org> on 2012/02/07 17:34:59 UTC

[jira] [Created] (ACCUMULO-376) Shell command list needs orginization

Shell command list needs orginization
-------------------------------------

                 Key: ACCUMULO-376
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-376
             Project: Accumulo
          Issue Type: Improvement
          Components: client
            Reporter: Keith Turner
            Assignee: Billie Rinaldi
             Fix For: 1.5.0


When you type help in the shell, it prints outs this long list of commands.  I think it would be nice if the commands were organized into groups.  Seems like this would make the information easier to digest.  So the output might look something like the following.

{noformat}
user@instance> help

Table Administration
 createtable - 
 online -
 offline -

Data Modification
 insert -
 delete -

Data Retrieval
 egrep -
 grep - 
 scan -
{noformat}

Need to come up with a list of groups.
  


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira