Code: Improved comments regarding filters/args.

This commit is contained in:
Paul Beckingham 2015-06-07 15:34:33 -04:00
parent f0fbdaf2c9
commit 2f1ca72334
4 changed files with 10 additions and 3 deletions

View file

@ -143,6 +143,7 @@ int CmdContext::defineContext (std::vector <std::string>& words, std::stringstre
try
{
// This result is not used, and is just to check validity.
context.cli.addRawFilter ("( " + value + " )");
filter.subset (pending, filtered);
}