diff options
author | Rory Dudley | 2024-03-02 20:40:32 -0700 |
---|---|---|
committer | Rory Dudley | 2024-03-02 20:40:32 -0700 |
commit | c87fa3f288447d6913ffa561849b90bf8e24da54 (patch) | |
tree | 64420ab0111b079155b4caebe9465a4bf1160485 /Cargo.lock | |
parent | 718f45492a4b2c31a67458c13c4cd4b3268703bc (diff) | |
download | dwarvish-c87fa3f288447d6913ffa561849b90bf8e24da54.tar.gz |
Add file redirection capabilities
Added the following file redirection capabilies:
- '<': Read input into STDIN
- '>': Write STDOUT to file
- '>>': Append STDOUT to file
If no files are specified, this counts as a parser error, and so no code
will be executed, even when used in combination with the string (';')
meter. Currently, there is no way to redirect STDERR.
Diffstat (limited to 'Cargo.lock')
0 files changed, 0 insertions, 0 deletions