mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-25 01:38:11 -07:00
CLI: Simpler plugin wrapper
This commit is contained in:
@@ -105,10 +105,11 @@ static void loader_cli(Cli* cli, FuriString* args, void* context) {
|
||||
}
|
||||
|
||||
#include <flipper_application/flipper_application.h>
|
||||
#include <cli/cli_i.h>
|
||||
|
||||
static const FlipperAppPluginDescriptor plugin_descriptor = {
|
||||
.appid = "loader_cli",
|
||||
.ep_api_version = 1,
|
||||
.appid = CLI_PLUGIN_APP_ID,
|
||||
.ep_api_version = CLI_PLUGIN_API_VERSION,
|
||||
.entry_point = &loader_cli,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user