mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-14 06:06:44 +00:00
Add feature for meshmb cli to force linking into deamon
This commit is contained in:
parent
30aa1c16b8
commit
5fbd6a79ef
2
meshmb.c
2
meshmb.c
@ -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>", "...");
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user