Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 1462 invoked from network); 13 May 2010 19:05:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 May 2010 19:05:06 -0000 Received: (qmail 69446 invoked by uid 500); 13 May 2010 19:05:06 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 69415 invoked by uid 500); 13 May 2010 19:05:06 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 69407 invoked by uid 99); 13 May 2010 19:05:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 19:05:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 19:05:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4DJ4fvT006290 for ; Thu, 13 May 2010 19:04:42 GMT Message-ID: <9899385.22881273777481636.JavaMail.jira@thor> Date: Thu, 13 May 2010 15:04:41 -0400 (EDT) From: "Richard S. Hall (JIRA)" To: dev@felix.apache.org Subject: [jira] Created: (FELIX-2340) Combine "type" and "help" commands into a single help facility MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Combine "type" and "help" commands into a single help facility -------------------------------------------------------------- Key: FELIX-2340 URL: https://issues.apache.org/jira/browse/FELIX-2340 Project: Felix Issue Type: Improvement Components: Gogo Reporter: Richard S. Hall Fix For: gogo-0.6.0 Currently, we have a "type" command for exploring existing commands and I've implemented a "help" command in the felixcommands module. They serve slightly different purposes, but I think it would be fairly straightforward to combine them into a single help facility. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.