TOTP update

This commit is contained in:
RogueMaster
2022-10-26 17:58:10 -04:00
parent 64228bf3f8
commit feb907b114
22 changed files with 723 additions and 49 deletions

View File

@@ -0,0 +1,13 @@
#pragma once
#include <cli/cli.h>
#include "../../../../types/plugin_state.h"
#define TOTP_CLI_COMMAND_DELETE "delete"
#define TOTP_CLI_COMMAND_DELETE_ALT "rm"
void totp_cli_command_delete_handle(PluginState* plugin_state, FuriString* args, Cli* cli);
void totp_cli_command_delete_docopt_commands();
void totp_cli_command_delete_docopt_usage();
void totp_cli_command_delete_docopt_arguments();
void totp_cli_command_delete_docopt_options();