4Suite API Documentation

Module Ft.Lib.CommandLine.Command

######################################################################## # $Header: /var/local/cvsroot/4Suite/Ft/Lib/CommandLine/Command.py,v 1.13 2004/08/06 04:57:08 mbrown Exp $
Classes:
Fields:

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)
flatten_command_tree(self, level, previousName='')
run_command(self, auth)
validate_arguments(self, args)
validate_options(self, options)

Fields