Docs and completions should know a command's aliases #125
Labels
No labels
approved
bug
changes-requested
ci
decision
declined
discuss
docs
feature
meta
now
packaging
refactor
release
repo/core
repo/krystal
repo/plugins
repo/themes
status/backlog
status/in-progress
status/next
status/review
ux
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
joshquinlan/donbox#125
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The router routes on
# donbox:alias(landed with #66) butdonbox commands --jsonhas no aliases key, so the man page and the bash, fish and zsh completions cannot offer them. Addaliasesto command_json and have lib/docs/metadata.py emit them under the command they name. No shipped command declares an alias yet, which is why this is not a bug today.