mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-05-25 11:14:03 +00:00
10 lines
184 B
C
10 lines
184 B
C
#pragma once
|
|
|
|
#include "cli.h"
|
|
#include <toolbox/cli/cli_command.h>
|
|
#include <toolbox/cli/cli_registry.h>
|
|
|
|
#define CLI_APPID "cli"
|
|
|
|
void cli_main_commands_init(CliRegistry* registry);
|