get_command refactor: put into own file

This commit is contained in:
Khaïs COLIN 2025-02-19 18:04:34 +01:00
parent 486dec7bb7
commit abea59eba4
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
4 changed files with 75 additions and 42 deletions

View file

@ -24,6 +24,7 @@ srcs = \
src/env/env_manip.c \
src/env/envp.c \
src/ft_errno.c \
src/get_command.c \
src/parser/matchers/identifier.c \
src/parser/matchers/metacharacter.c \