Shell: Implemented the 'exec' (or '!') command

This commit is contained in:
Paul Beckingham 2015-10-18 00:18:05 -04:00
parent d3410d8dcd
commit 766e16d22a
4 changed files with 17 additions and 13 deletions

View file

@ -224,7 +224,7 @@ static void reviewLoop (const std::vector <std::string>& uuids)
}
////////////////////////////////////////////////////////////////////////////////
int cmdReview ()
int cmdReview (const std::vector <std::string>& args)
{
// Configure 'reviewed' UDA, but only if necessary.
std::string input;