opt_t
opt_t(int type, char *s)
struct opt_t {
typedef int opt_t;
enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace };