Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | StdinInputReader: Do not support fake ^Z. | Matthias Andreas Benkard | 2025-08-16 | 1 | -4/+2 |
| | |||||
* | Unify input handling. | Matthias Andreas Benkard | 2025-08-16 | 1 | -3/+56 |
| | |||||
* | Unify output handling. | Matthias Andreas Benkard | 2025-08-16 | 1 | -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 Benkard | 2025-08-16 | 1 | -0/+197 |
| | |||||
* | CommandContext: Add execute_command back, properly typed. | Matthias Andreas Benkard | 2025-08-15 | 1 | -1/+8 |
| | |||||
* | CommandContext: Remove execute_command. | Matthias Andreas Benkard | 2025-08-14 | 1 | -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 Benkard | 2025-08-14 | 1 | -0/+31 |
| | |||||
* | Move src/cmd/{=> lib/}types.zig. | Matthias Andreas Benkard | 2025-08-14 | 1 | -0/+63 |