Cmd2
example::CmdLineApp Class Reference
Inheritance diagram for example::CmdLineApp:
cmd2::Cmd

List of all members.

Public Member Functions

def do_speak

Static Public Attributes

list multilineCommands = ['orate']
int maxrepeats = 3
string redirector = '->'
 do_say = do_speak
 do_orate = do_speak

Detailed Description

Definition at line 6 of file example.py.


Member Function Documentation

def example::CmdLineApp::do_speak (   self,
  arg,
  opts = None 
)
Repeats what you tell me to.

Definition at line 17 of file example.py.


Member Data Documentation

example::CmdLineApp::do_orate = do_speak [static]

Definition at line 32 of file example.py.

example::CmdLineApp::do_say = do_speak [static]

Definition at line 31 of file example.py.

Definition at line 9 of file example.py.

list example::CmdLineApp::multilineCommands = ['orate'] [static]

Reimplemented from cmd2::Cmd.

Definition at line 7 of file example.py.

string example::CmdLineApp::redirector = '->' [static]

Reimplemented from cmd2::Cmd.

Definition at line 10 of file example.py.


The documentation for this class was generated from the following file: