ENH: Make more commands scriptable

This commit is contained in:
Andy Cedilnik
2004-02-22 22:07:02 -05:00
parent 183273bea2
commit 007d2bbc50
14 changed files with 70 additions and 0 deletions
+5
View File
@@ -40,6 +40,11 @@ public:
*/
virtual bool InitialPass(std::vector<std::string> const& args);
/**
* This determines if the command is invoked when in script mode.
*/
virtual bool IsScriptable() { return true; }
/**
* The name of the command as specified in CMakeList.txt.
*/