mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
Merge pull request #3115 from ryjm/jm/chat-cli-prefix
tab completion in chat-cli completes without prefix char
This commit is contained in:
commit
90d99d8f87
@ -647,24 +647,24 @@
|
||||
++ tab-list
|
||||
^- (list [@t tank])
|
||||
:~
|
||||
[%join leaf+";join ~ship/chat-name (glyph)"]
|
||||
[%leave leaf+";leave ~ship/chat-name"]
|
||||
[';join' leaf+";join ~ship/chat-name (glyph)"]
|
||||
[';leave' leaf+";leave ~ship/chat-name"]
|
||||
::
|
||||
[%create leaf+";create [type] /chat-name (glyph)"]
|
||||
[%delete leaf+";delete /chat-name"]
|
||||
[%invite leaf+";invite /chat-name ~ships"]
|
||||
[%banish leaf+";banish /chat-name ~ships"]
|
||||
[';create' leaf+";create [type] /chat-name (glyph)"]
|
||||
[';delete' leaf+";delete /chat-name"]
|
||||
[';invite' leaf+";invite /chat-name ~ships"]
|
||||
[';banish' leaf+";banish /chat-name ~ships"]
|
||||
::
|
||||
[%bind leaf+";bind [glyph] ~ship/chat-name"]
|
||||
[%unbind leaf+";unbind [glyph]"]
|
||||
[%what leaf+";what (~ship/chat-name) (glyph)"]
|
||||
[';bind' leaf+";bind [glyph] ~ship/chat-name"]
|
||||
[';unbind' leaf+";unbind [glyph]"]
|
||||
[';what' leaf+";what (~ship/chat-name) (glyph)"]
|
||||
::
|
||||
[%settings leaf+";settings"]
|
||||
[%set leaf+";set key (value)"]
|
||||
[%unset leaf+";unset key"]
|
||||
[';settings' leaf+";settings"]
|
||||
[';set' leaf+";set key (value)"]
|
||||
[';unset' leaf+";unset key"]
|
||||
::
|
||||
[%chats leaf+";chats"]
|
||||
[%help leaf+";help"]
|
||||
[';chats' leaf+";chats"]
|
||||
[';help' leaf+";help"]
|
||||
==
|
||||
:: +work: run user command
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user