command builtin without arguments crashes
Open
- Dominant language
- C
- Stars
- 531
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Running a built-in utility without arguments using `command`, e.g. `command pwd` or `command alias`, crashes mrsh with the following error message:
```
mrsh: builtin/builtin.c:104: mrsh_run_builtin: Assertion `argc > 0' failed.
Aborted (core dumped)
```
Contributor guide
Assessment
This issue has not been assessed yet.