core command reorganizing, including splitting off help for new help system

This commit is contained in:
Nicholas O'Connor
2017-03-24 22:05:22 -07:00
parent 06512f0503
commit 5024b69dcb
7 changed files with 5 additions and 30 deletions

View File

@@ -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;

View File

@@ -14,8 +14,6 @@ namespace cellar {
void add_command(string, CommandFunction);
vector<string> list_commands();
extern map<string,CommandFunction> core_commands();
}
}