Open sean-phang opened 2 years ago
There is no mention that the exit command will reject inputs with too many arguments. In fact, rejecting such inputs could be considered overzealous input validation.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
The exit command still runs even if additional arguments are passed to it
Steps to reproduce: run the command
exit 1
Expected: Too many arguments exception
Actual: program exits normally