Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Custom commands and skills now expose `:arguments` metadata inferred from their content. Previously they always reported empty arguments.
- Native `skill-create`, `plugin-install`, and `plugin-uninstall` commands now declare `:required true` on their arguments in the command listing.
- - Fix documentation link in `--help` output

## 0.131.1

Expand Down
2 changes: 1 addition & 1 deletion src/eca/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Available commands:"
" server Start eca as server, listening to stdin."
""
"See https://eca.dev/settings/ for detailed documentation."]
"See https://eca.dev/config/introduction/ for detailed documentation."]
(string/join \newline)))

(defn ^:private error-msg [errors]
Expand Down
Loading