6#ifndef CHASHTABLE_ARGUMENT_PARSER_INTERNAL_H
7#define CHASHTABLE_ARGUMENT_PARSER_INTERNAL_H
10#include "../fprintf_color/fprintf_color.h"
12constexpr size_t MAX_CMD_LEN = 128;
13constexpr char DELIMITERS[] =
" \t\r\n";
14constexpr size_t CMD_COUNT = 8;
18 const char cmd_name[16];
constexpr CommandMap command_table[CMD_COUNT]
Maps command string to enum.
Definition argument_parser_internal.h:23
Argument parser API for interactive mode.
Command
Interactive mode commands.
Definition interactive_mode.h:21
Maps command string to enum.
Definition argument_parser_internal.h:17