flipperzero-firmware/applications/cli/cli_commands.h
its your bedtime f1e9a12eb0
[FL-1138] CLI commands unification (#484)
* power_otg command, merge sd_info and sd_status, added small usage instructions for commands with args
* remove duplicated sd status string
* cli_print_usage added, typo fix
2021-05-24 17:50:28 +03:00

5 lines
67 B
C

#pragma once
#include "cli_i.h"
void cli_commands_init(Cli* cli);