args_copy
new_cmd->args = args_copy(cmd->args, argc, argv);
struct args *args_copy(struct args *, int, char **);