Add feature for meshmb cli to force linking into deamon

This commit is contained in:
Jeremy Lakeman 2016-10-20 09:28:08 -04:00
parent 30aa1c16b8
commit 5fbd6a79ef
2 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,8 @@ static int meshmb_send(keyring_identity *id, const char *message, size_t message
return ret;
}
DEFINE_FEATURE(cli_meshmb);
DEFINE_CMD(app_meshmb_send, 0,
"Append a public broadcast message to your feed",
"meshmb", "send" KEYRING_PIN_OPTIONS, "<id>", "<message>", "...");

View File

@ -30,6 +30,7 @@ void servald_features()
USE_FEATURE(cli_network);
USE_FEATURE(cli_rhizome);
USE_FEATURE(cli_meshms);
USE_FEATURE(cli_meshmb);
USE_FEATURE(cli_monitor);
USE_FEATURE(cli_msp_proxy);
USE_FEATURE(cli_vomp_console);