- Stubbed methods for further parsing.
This commit is contained in:
Paul Beckingham 2014-10-14 00:43:50 -04:00
parent 1639e6bb68
commit b0cf4adc4e
2 changed files with 14 additions and 1 deletions

View file

@ -28,12 +28,17 @@
#include <iostream>
#include <Context.h>
#include <CLI.h>
#include <util.h>
#include <i18n.h>
extern Context context;
////////////////////////////////////////////////////////////////////////////////
CLI::CLI ()
: _program ("")
, _rc ("")
, _command ("")
, _readOnly (false)
{
}