core command reorganizing, including splitting off help for new help system
This commit is contained in:
@@ -10,7 +10,6 @@ using namespace std;
|
||||
|
||||
namespace cellar {
|
||||
extern void print_header();
|
||||
extern void print_version(int,vector<string>);
|
||||
|
||||
extern bottles::Bottle active_bottle;
|
||||
|
||||
|
@@ -14,8 +14,6 @@ namespace cellar {
|
||||
|
||||
void add_command(string, CommandFunction);
|
||||
vector<string> list_commands();
|
||||
|
||||
extern map<string,CommandFunction> core_commands();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user