mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +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);
|