########################################################################
# $Header: /var/local/cvsroot/4Suite/Ft/Lib/CommandLine/Command.py,v 1.13 2004/08/06 04:57:08 mbrown Exp $
Classes
class Command
Methods
__init__(
self,
name,
description,
example,
verbose_description,
function=None,
options=None,
arguments=None,
subCommands=None,
authenticate=0,
heading=None,
fileName=None)