From 68ffe73328e6d93b2d2867a90872efe349037cda Mon Sep 17 00:00:00 2001 From: sammyette Date: Tue, 11 Jul 2023 13:55:06 -0400 Subject: [PATCH] chore: add feature to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b82da..48722dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ - `hilbish.notification` signal when a message/notification is sent - `notifyJobFinish` opt to send a notification when background jobs are completed. +- Allow numbered arg substitutions in aliases. + - Example: `hilbish.alias('hello', 'echo %1 says hello')` allows the user to run `hello hilbish` + which will output `hilbish says hello`. [#219]: https://github.com/Rosettea/Hilbish/issues/219 ### Fixed