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