From f2019d72e6b5cb311925a27fb5fe7511045db451 Mon Sep 17 00:00:00 2001 From: youkwhd Date: Wed, 10 Jul 2024 02:46:23 +0700 Subject: [PATCH] docs: list new alias cmd --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6eeed84..ce7325e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.