Docs and completions should know a command's aliases #125

Open
opened 2026-08-23 19:43:40 +01:00 by joshquinlan · 0 comments
Owner

The router routes on # donbox:alias (landed with #66) but donbox commands --json has no aliases key, so the man page and the bash, fish and zsh completions cannot offer them. Add aliases to 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.

The router routes on `# donbox:alias` (landed with #66) but `donbox commands --json` has no aliases key, so the man page and the bash, fish and zsh completions cannot offer them. Add `aliases` to 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.
Sign in to join this conversation.
No description provided.