- Prepared CmdCustom for new command line processing code.
This commit is contained in:
Paul Beckingham
2011-06-02 00:47:05 -04:00
parent a3912d9123
commit e19f087931
5 changed files with 60 additions and 20 deletions

View File

@@ -49,6 +49,13 @@ public:
std::string combine ();
bool extract_command (const std::vector <std::string>&, std::string&);
void remove_command (const std::string&);
/*
void extract_read_only (command, filter);
void extract_write_commands (filter, command, mods);
*/
void extract_filter ();
void extract_modifications ();