update.h 350 B

1234567891011
  1. #pragma once
  2. #include <cli/cli.h>
  3. #include "../../../types/plugin_state.h"
  4. #define TOTP_CLI_COMMAND_UPDATE "update"
  5. void totp_cli_command_update_handle(PluginState* plugin_state, FuriString* args, Cli* cli);
  6. void totp_cli_command_update_docopt_commands();
  7. void totp_cli_command_update_docopt_usage();
  8. void totp_cli_command_update_docopt_options();