feat(debug): add function to easily treeprint a cmd

This commit is contained in:
Khaïs COLIN 2025-04-16 18:23:06 +02:00
parent f1a0af09f8
commit 6cc6e6cfb5
3 changed files with 14 additions and 8 deletions

View file

@ -6,7 +6,7 @@
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/09 16:51:17 by khais #+# #+# */
/* Updated: 2025/04/09 16:54:24 by khais ### ########.fr */
/* Updated: 2025/04/17 12:24:58 by khais ### ########.fr */
/* */
/* ************************************************************************** */
@ -16,5 +16,6 @@
# include "../../minishell.h"
void cmd_debug(t_cmd *cmd, t_buffer *leader, bool is_last);
void cmd_root_debug(t_cmd *cmd);
#endif // CMD_DEBUG_H