- Renamed resolve_aliases to findAliases, for a better fit.
- Partially implemented findAliases.
This commit is contained in:
Paul Beckingham
2014-04-17 22:01:55 -04:00
parent 6ad9ef78ba
commit f439cd4813
3 changed files with 23 additions and 42 deletions

View File

@@ -48,12 +48,12 @@ public:
void findCommand ();
void findIdSequence ();
void findUUIDList ();
void findAliases ();
void get_overrides (std::string&, File&);
void get_data_location (Path&);
void apply_overrides ();
void inject_defaults ();
void resolve_aliases ();
void capture_first (const std::string&);
private: