- Implemented A3t::capture_first, for command injection.
This commit is contained in:
Paul Beckingham
2014-04-16 17:03:38 -04:00
parent 16fc71e2ef
commit 3afaa2fd0b
2 changed files with 39 additions and 10 deletions

View File

@@ -54,6 +54,7 @@ public:
void apply_overrides ();
void inject_defaults ();
void resolve_aliases ();
void capture_first (const std::string&);
private:
void findBinary ();