improvements to the help command, including outputting detailed descriptions
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user