timezone.h 407 B

123456789101112
  1. #pragma once
  2. #include <cli/cli.h>
  3. #include "../../../types/plugin_state.h"
  4. #define TOTP_CLI_COMMAND_TIMEZONE "timezone"
  5. #define TOTP_CLI_COMMAND_TIMEZONE_ALT "tz"
  6. void totp_cli_command_timezone_handle(PluginState* plugin_state, FuriString* args, Cli* cli);
  7. void totp_cli_command_timezone_docopt_commands();
  8. void totp_cli_command_timezone_docopt_usage();
  9. void totp_cli_command_timezone_docopt_arguments();