summaryrefslogtreecommitdiff
path: root/src/cmd/lib
Commit message (Collapse)AuthorAgeFilesLines
* StdinInputReader: Do not support fake ^Z.Matthias Andreas Benkard2025-08-161-4/+2
|
* Unify input handling.Matthias Andreas Benkard2025-08-161-3/+56
|
* Unify output handling.Matthias Andreas Benkard2025-08-161-3/+22
| | | | | Now every command always uses an OutputWriter instead of conditionally writing directly to stdout using std.debug.print.
* DIR: Add /? flag.Matthias Andreas Benkard2025-08-161-0/+197
|
* CommandContext: Add execute_command back, properly typed.Matthias Andreas Benkard2025-08-151-1/+8
|
* CommandContext: Remove execute_command.Matthias Andreas Benkard2025-08-141-17/+0
| | | | It was not properly typeable and it was null most of the time.
* Refactor shared eval function parameters into a CommandContext struct.Matthias Andreas Benkard2025-08-141-0/+31
|
* Move src/cmd/{=> lib/}types.zig.Matthias Andreas Benkard2025-08-141-0/+63