- Updated ::getOverride to scan all args, display the debug feedback, and derive
  the home dir.
- Removed Parser::getOverrides calls from Context.
- Cleaned up dead code in Context::initialize.
This commit is contained in:
Paul Beckingham
2014-11-02 21:31:25 -05:00
parent d49222e8c7
commit 9799fcefed
3 changed files with 20 additions and 22 deletions

View File

@@ -29,6 +29,7 @@
#include <string>
#include <vector>
#include <map>
#include <File.h>
// Represents a single argument.
class A
@@ -69,7 +70,7 @@ public:
void initialize (int, const char**);
void add (const std::string&);
void analyze (bool parse = true);
const std::string getOverride ();
void getOverride (std::string&, File&);
const std::string getFilter ();
const std::vector <std::string> getWords ();
const std::vector <std::string> getModifications ();