2
3
mirror of https://github.com/sammy-ette/Hilbish synced 2025-08-10 02:52:03 +00:00

docs: list new alias cmd

This commit is contained in:
youkwhd 2024-07-10 02:46:23 +07:00
parent c4a9b00d90
commit f2019d72e6

View File

@ -2,6 +2,7 @@
## Unreleased
### Added
- Added a new `alias` shell command.
- `fs.pipe` function to get a pair of connected files (a pipe).
- Added an alternative 2nd parameter to `hilbish.run`, which is `streams`.
`streams` is a table of input and output streams to run the command with.