CLI2: ::findCommand now return a bool indicating what happened.

This commit is contained in:
Paul Beckingham 2015-06-14 17:45:18 -04:00
parent 9af18183c9
commit 68ac07080c
2 changed files with 7 additions and 4 deletions

View file

@ -113,7 +113,7 @@ private:
void handleTerminator ();
void aliasExpansion ();
void findOverrides ();
void findCommand ();
bool findCommand ();
/*
void categorize ();
*/