OPTF_CLI
clopts = opts_parse(NULL, argv, OPTF_CLI);
if ((flags & OPTF_CLI) &&
(info->oi_flags & OPTF_CLI) == 0)
{ "a", OPTTYPE_BOOLEAN, NULL, OPTF_CLI },
{ "b", OPTTYPE_STRING, NULL, OPTF_CLI },
{ "c", OPTTYPE_INT, opts_parse_seconds, OPTF_CLI|OPTF_CONF },
{ "d", OPTTYPE_INT, opts_parse_ctime, OPTF_CLI|OPTF_CONF },
{ "e", OPTTYPE_INT, opts_parse_bytes, OPTF_CLI|OPTF_CONF },
{ "f", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF },
opts = opts_parse(NULL, argv, OPTF_CLI);
{ "e", OPTTYPE_STRING, NULL, OPTF_CLI|OPTF_CONF },
{ "F", OPTTYPE_STRING, NULL, OPTF_CLI },
{ "f", OPTTYPE_STRING, NULL, OPTF_CLI },
{ "h", OPTTYPE_BOOLEAN, NULL, OPTF_CLI },
{ "l", OPTTYPE_BOOLEAN, NULL, OPTF_CLI|OPTF_CONF },
{ "N", OPTTYPE_BOOLEAN, NULL, OPTF_CLI|OPTF_CONF },
{ "n", OPTTYPE_BOOLEAN, NULL, OPTF_CLI },
{ "r", OPTTYPE_BOOLEAN, NULL, OPTF_CLI },
{ "V", OPTTYPE_BOOLEAN, NULL, OPTF_CLI },
{ "v", OPTTYPE_BOOLEAN, NULL, OPTF_CLI },
{ "w", OPTTYPE_STRING, NULL, OPTF_CLI },
{ "p", OPTTYPE_INT, opts_parse_seconds, OPTF_CLI|OPTF_CONF },
{ "P", OPTTYPE_INT, opts_parse_ctime, OPTF_CLI|OPTF_CONF },
{ "s", OPTTYPE_INT, opts_parse_bytes, OPTF_CLI|OPTF_CONF },
{ "a", OPTTYPE_STRING, NULL, OPTF_CLI|OPTF_CONF },
{ "b", OPTTYPE_STRING, NULL, OPTF_CLI|OPTF_CONF },
{ "c", OPTTYPE_BOOLEAN, NULL, OPTF_CLI|OPTF_CONF },
{ "g", OPTTYPE_STRING, NULL, OPTF_CLI|OPTF_CONF },
{ "m", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF },
{ "M", OPTTYPE_STRING, NULL, OPTF_CLI|OPTF_CONF },
{ "o", OPTTYPE_STRING, NULL, OPTF_CLI|OPTF_CONF },
{ "R", OPTTYPE_STRING, NULL, OPTF_CLI|OPTF_CONF },
{ "t", OPTTYPE_STRING, NULL, OPTF_CLI|OPTF_CONF },
{ "z", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF },
{ "A", OPTTYPE_INT, opts_parse_seconds, OPTF_CLI|OPTF_CONF },
{ "C", OPTTYPE_INT, opts_parse_atopi, OPTF_CLI|OPTF_CONF },
{ "E", OPTTYPE_STRING, NULL, OPTF_CLI|OPTF_CONF },
{ "S", OPTTYPE_INT, opts_parse_bytes, OPTF_CLI|OPTF_CONF },
{ "T", OPTTYPE_STRING, NULL, OPTF_CLI|OPTF_CONF },