User can set a description for their custom command that shows up when executing :ls
Open
- Dominant language
- Go
- Stars
- 28
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
The builtin commands have descriptions but custom ones do not.
It would be nice to be able to do something like this:
`ssh alpha.cmd.io :create ambiguous "not anymore"`
`ssh alpha.cmd.io :create ambiguous2 "much less so"`
Then the :ls command would show something like:
```
☰ Commands
ambiguous not anymore
ambiguous2 much less so
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.