renamed 'le' functions and created headers
This commit is contained in:
parent
4303370d55
commit
46e96a2120
6 changed files with 258 additions and 210 deletions
|
|
@ -133,7 +133,7 @@ void ft_take_args(t_utils *shcat)
|
|||
if (cmd == NULL)
|
||||
ft_exit(shcat, 0);
|
||||
shcat->str_input = cmd;
|
||||
linenoise_history_add(shcat->str_input);
|
||||
line_history_add(shcat->str_input);
|
||||
shcat->current_node = parse_str(&shcat->parser, shcat->str_input);
|
||||
exec_shcat(shcat);
|
||||
mem_free(shcat->str_input);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue