- Hooked up the parser to rc.abbreviation.minimum.
This commit is contained in:
Paul Beckingham
2014-11-08 13:41:19 -05:00
parent 2797541b8d
commit 11d210a7c7
3 changed files with 6 additions and 1 deletions

View File

@@ -63,6 +63,9 @@ public:
// Represents the command line.
class CLI
{
public:
static int minimumMatchLength;
public:
CLI ();
~CLI ();