2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-05-11 14:53:22 +00:00

docs: do some slight fix and rewrite for comp docs

This commit is contained in:
sammyette 2025-05-04 20:35:23 -04:00
parent c60137e2a6
commit 949b5b538f
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -70,10 +70,11 @@ Example:
``` ```
### list ### list
The list completion group type displays in a list. It displays more info than grid. The list completion group type displays in a list. A list item can either be a string, or a table for additional display options.
A list item can either be a string, or a table for additional display options. A completion alias can be specified either as the `2nd` entry in the options table
If a completion has an alias, it can be specified either as the `2nd` entry in the options table or te `alias` key.
or te `alias` key. A description can optionally be displayed for a list item, which is either the `1st`
A description can optionally be displayed for a list item, which is either the `1st`
entry or the `description` key. entry or the `description` key.
Lastly, list entries can be styled. This is done with the `display` key. If this is present, this Lastly, list entries can be styled. This is done with the `display` key. If this is present, this