chat-cli: add mic directly in tab-list

This commit is contained in:
ryjm 2020-07-09 12:46:25 -04:00
parent f949138560
commit 56cf5ae5bc

View File

@ -177,9 +177,7 @@
:: ::
++ tab-list ++ tab-list
|= sole-id=@ta |= sole-id=@ta
%+ turn tab-list:sh:tc tab-list:sh:tc
|= [term=cord detail=tank]
[(cat 3 ';' term) detail]
:: ::
++ on-command ++ on-command
|= [sole-id=@ta =command] |= [sole-id=@ta =command]
@ -649,24 +647,24 @@
++ tab-list ++ tab-list
^- (list [@t tank]) ^- (list [@t tank])
:~ :~
[%join leaf+";join ~ship/chat-name (glyph)"] [';join' leaf+";join ~ship/chat-name (glyph)"]
[%leave leaf+";leave ~ship/chat-name"] [';leave' leaf+";leave ~ship/chat-name"]
:: ::
[%create leaf+";create [type] /chat-name (glyph)"] [';create' leaf+";create [type] /chat-name (glyph)"]
[%delete leaf+";delete /chat-name"] [';delete' leaf+";delete /chat-name"]
[%invite leaf+";invite /chat-name ~ships"] [';invite' leaf+";invite /chat-name ~ships"]
[%banish leaf+";banish /chat-name ~ships"] [';banish' leaf+";banish /chat-name ~ships"]
:: ::
[%bind leaf+";bind [glyph] ~ship/chat-name"] [';bind' leaf+";bind [glyph] ~ship/chat-name"]
[%unbind leaf+";unbind [glyph]"] [';unbind' leaf+";unbind [glyph]"]
[%what leaf+";what (~ship/chat-name) (glyph)"] [';what' leaf+";what (~ship/chat-name) (glyph)"]
:: ::
[%settings leaf+";settings"] [';settings' leaf+";settings"]
[%set leaf+";set key (value)"] [';set' leaf+";set key (value)"]
[%unset leaf+";unset key"] [';unset' leaf+";unset key"]
:: ::
[%chats leaf+";chats"] [';chats' leaf+";chats"]
[%help leaf+";help"] [';help' leaf+";help"]
== ==
:: +work: run user command :: +work: run user command
:: ::