Project

General

Profile

Download (3.9 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5025a56c 10/19/2008 03:19 AM Scott Ullrich
  • Add run_plugins() function
  • Use run_plugins() function in filter.inc
  • Add plugin hook for parse_config and write_config
5fec455a 08/30/2008 02:07 AM Scott Ullrich
  • Add nohaltonerror() (default is to halt on error)
  • Add sethaltonerror()
  • Cleanup error on text handling
5be2fc35 08/30/2008 01:43 AM Scott Ullrich

Add $Id: $

77cdcbad 07/14/2008 04:57 AM Scott Ullrich
  • Add more debugging
  • Add more logging information
  • Add ignore return text field
7b996ea3 07/14/2008 02:37 AM Scott Ullrich

Adding CmdCHAIN class which is similar to the BSDInstaller Lua CmdCHAIN()
object. Example usage:

$cmdchain = new CmdCHAIN();
$cmdchain->add("grab freebsd version", "uname a");
$cmdchain
>setdebug();
$cmdchain->execute();