implement --flags for memcat, display flags instead of content
[awesomized/libmemcached] / src / client_options.h
1 typedef enum {
2 OPT_SERVERS= 1,
3 OPT_VERSION,
4 OPT_HELP,
5 OPT_VERBOSE,
6 OPT_DEBUG,
7 OPT_FLAG,
8 } memcached_options;