Console Command¶
This is a long line of text.
Classes¶
-
class
consolecmd.
ConsoleCmd
(cmd.Cmd, Thread)¶ This is a long line of text.
-
__init__
(prompt="> ", allow_exec=False)¶ Parameters: - prompt (string) – prompt for commands
- allow_exec (boolean) – allow non-commands to be executed
This is a long line of text.
-
run
()¶ This is a long line of text.
-
do_something
(args)¶ Parameters: args – commands This is a long line of text.
-