ropam: add sub-command to initialise a sysroot
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "commands.h"
|
||||
|
||||
#include <blue/cmd.h>
|
||||
#include <blue/core/error.h>
|
||||
#include <blue/term/print.h>
|
||||
|
||||
B_COMMAND(CMD_ROOT, B_COMMAND_INVALID_ID)
|
||||
{
|
||||
@@ -28,5 +30,8 @@ B_COMMAND(CMD_ROOT, B_COMMAND_INVALID_ID)
|
||||
|
||||
int main(int argc, const char **argv)
|
||||
{
|
||||
b_set_error_report_function(
|
||||
b_enhanced_error_reporter,
|
||||
B_ERROR_REPORT_ALL);
|
||||
return b_command_dispatch(CMD_ROOT, argc, argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user