CLI
- 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:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user