feat(eshell): add help command & lookup handler

Fix: #6867
Co-authored-by: aikrahguzar <aikrahguzar@users.noreply.github.com>
This commit is contained in:
Henrik Lissner
2025-04-13 02:45:01 -04:00
parent c7ca3ea8cc
commit 5fdffe19db
3 changed files with 21 additions and 0 deletions

View File

@ -28,3 +28,6 @@ For folks with a habit of using \"emacs\" to open files, even in eshell."
"Create a directory then cd into it."
(make-directory dir t)
(eshell/cd dir))
;;;###autoload
(defalias 'eshell/help #'+eshell-lookup-documentation)