mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Shell: Implemented the 'exec' (or '!') command
This commit is contained in:
parent
d3410d8dcd
commit
766e16d22a
4 changed files with 17 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue