Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 83335 invoked from network); 10 Nov 2007 07:19:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2007 07:19:12 -0000 Received: (qmail 44131 invoked by uid 500); 10 Nov 2007 07:18:59 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 44084 invoked by uid 500); 10 Nov 2007 07:18:59 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 44073 invoked by uid 99); 10 Nov 2007 07:18:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2007 23:18:59 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Nov 2007 07:19:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8725B71420A for ; Fri, 9 Nov 2007 23:18:50 -0800 (PST) Message-ID: <5675699.1194679130544.JavaMail.jira@brutus> Date: Fri, 9 Nov 2007 23:18:50 -0800 (PST) From: "Jason Dillon (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GSHELL-55) Need to provide commands with details on their layout (like for --help display and other things) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Need to provide commands with details on their layout (like for --help display and other things) ------------------------------------------------------------------------------------------------ Key: GSHELL-55 URL: https://issues.apache.org/jira/browse/GSHELL-55 Project: GShell Issue Type: Bug Security Level: public (Regular issues) Components: Commands, Core Affects Versions: 1.0-alpha-1 Reporter: Jason Dillon Fix For: 1.0-alpha-1 Now that we have abstracted the layout of commands, we need to provide the commands some details on where they are in the layout. This is needed primarily for {{--help}} display, but commands might also want to know what name they were bound to and/or if they were invoked from an alias (ie. {{gzip}}, {{gunzip}} and {{gzcat}} all being the same binary but performing different functions based on the link name). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.