update.h 431 B

1234567891011121314
  1. #pragma once
  2. #include <cli/cli.h>
  3. #include "../../../types/plugin_state.h"
  4. #include "../../../config/app/config.h"
  5. #define TOTP_CLI_COMMAND_UPDATE "update"
  6. void totp_cli_command_update_handle(PluginState* plugin_state, FuriString* args, Cli* cli);
  7. #ifdef TOTP_CLI_RICH_HELP_ENABLED
  8. void totp_cli_command_update_docopt_commands();
  9. void totp_cli_command_update_docopt_usage();
  10. void totp_cli_command_update_docopt_options();
  11. #endif