Thomas-Chqt / minishell

bash-like shell
MIT License
1 stars 0 forks source link

`exit` with non numeric argument #94

Closed Thomas-Chqt closed 1 year ago

Thomas-Chqt commented 1 year ago
bash-3.2$ exit a
exit
bash: exit: a: numeric argument required
✔︎ minishell > exit a
minishell: exit: a: numeric argument required
exit