#include "cli_common_helpers.h" #include void totp_cli_print_invalid_arguments() { printf("Invalid command arguments. use \"help\" command to get list of available commands"); }