[era] Add era_debug

This commit is contained in:
Ming-Hung Tsai
2021-02-07 16:03:58 +08:00
parent 1bc88bfde8
commit afbd913e22
4 changed files with 361 additions and 0 deletions

View File

@ -1,12 +1,14 @@
#include "era/commands.h"
using namespace base;
using namespace era;
//----------------------------------------------------------------
void
era::register_era_commands(base::application &app)
{
app.add_cmd(command::ptr(new era_debug_cmd));
}
//----------------------------------------------------------------