exclude_cmds
exclude_cmds(other_cmds, main_cmds);
void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
exclude_cmds(&cmds1, &cmds2);