dav/optparser.c

changeset 119
451607eeff05
parent 75
56962faf2b42
child 182
ca07f14f7bfe
equal deleted inserted replaced
118:1e2b1005004c 119:451607eeff05
141 cmd_args_free(a); 141 cmd_args_free(a);
142 return NULL; 142 return NULL;
143 } 143 }
144 break; 144 break;
145 } 145 }
146 case 'i': {
147 ucx_map_cstr_put(a->options, "interactive", NOARG);
148 break;
149 }
146 } 150 }
147 } 151 }
148 } else if(option) { 152 } else if(option) {
149 ucx_map_cstr_put(a->options, option, arg); 153 ucx_map_cstr_put(a->options, option, arg);
150 option = NULL; 154 option = NULL;

mercurial