list.h 230 B

123456789
  1. #pragma once
  2. #include <cli/cli.h>
  3. #include "../../../../types/plugin_state.h"
  4. #define TOTP_CLI_COMMAND_LIST "list"
  5. void totp_cli_command_list_handle(PluginState* plugin_state, Cli* cli);
  6. void totp_cli_command_list_print_help();