Enhancement - Edit command

- Added more fields to the edit command.
- Added a more useful slurp implementation.
- Updated advanced.html with directions on use.
This commit is contained in:
Paul Beckingham
2009-05-10 16:26:48 -04:00
parent 407ef39c54
commit 6762af8ffd
4 changed files with 76 additions and 24 deletions

View File

@@ -152,6 +152,7 @@ std::string expandPath (const std::string&);
#endif
bool slurp (const std::string&, std::vector <std::string>&, bool trimLines = false);
bool slurp (const std::string&, std::string&, bool trimLines = false);
void spit (const std::string&, const std::string&);
// rules.cpp