move.h 379 B

123456789101112
  1. #pragma once
  2. #include <cli/cli.h>
  3. #include "../../../types/plugin_state.h"
  4. #define TOTP_CLI_COMMAND_MOVE "move"
  5. #define TOTP_CLI_COMMAND_MOVE_ALT "mv"
  6. void totp_cli_command_move_handle(PluginState* plugin_state, FuriString* args, Cli* cli);
  7. void totp_cli_command_move_docopt_commands();
  8. void totp_cli_command_move_docopt_usage();
  9. void totp_cli_command_move_docopt_arguments();