mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 12:51:22 +04:00
10 lines
193 B
C
10 lines
193 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <toolbox/cli/cli_command.h>
|
||
|
|
#include <toolbox/cli/cli_registry.h>
|
||
|
|
|
||
|
|
#define RECORD_CLI "cli"
|
||
|
|
#define CLI_APPID "cli"
|
||
|
|
|
||
|
|
void cli_main_commands_init(CliRegistry* registry);
|