improvements to the help command, including outputting detailed descriptions

This commit is contained in:
Nicholas O'Connor
2017-03-25 00:25:20 -07:00
parent de77c55df7
commit 3dc004d27a
10 changed files with 109 additions and 12 deletions

View File

@@ -10,6 +10,9 @@ namespace cellar {
namespace help {
extern void set_description(string,string);
extern string get_description(string);
extern void set_details(string,string);
extern string get_details(string);
}
}