summaryrefslogtreecommitdiff
path: root/src/cmd.zig
Commit message (Collapse)AuthorAgeFilesLines
* DIR: Add /? flag.Matthias Andreas Benkard2025-08-161-1/+7
|
* Add pipe handling.Matthias Andreas Benkard2025-08-141-4/+2
| | | | | | | It is still buggy when combined with redirections, but it is a start (and I do not know whether combining pipes with redirections is supported by COMMAND.COM in the first place and what the semantics are if so).
* Factor out redirect handling.Matthias Andreas Benkard2025-08-141-4/+2
|
* Factor out the external command case.Matthias Andreas Benkard2025-08-141-4/+2
|
* Factor out CLS, DATE, ECHO, MOVE, SORT, TIME, VER.Matthias Andreas Benkard2025-08-141-12/+20
|
* Factor out CD, DEL, MD, RD, PATH, DIR, TYPE.Matthias Andreas Benkard2025-08-141-26/+18
|
* Refactor command structure, extract COPY into a separate file.Matthias Andreas Benkard2025-08-141-0/+250