mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
feat(debug): add function to easily treeprint a cmd
This commit is contained in:
parent
f1a0af09f8
commit
6cc6e6cfb5
3 changed files with 14 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue