feat: add runtime modes for completion
This commit is contained in:
parent
093c9d2fa1
commit
c912f480b7
1 changed files with 5 additions and 1 deletions
|
@ -4,11 +4,15 @@ module GX::Types
|
||||||
|
|
||||||
GlobalVersion
|
GlobalVersion
|
||||||
GlobalHelp
|
GlobalHelp
|
||||||
GlobalCompletion
|
# GlobalCompletion
|
||||||
GlobalTui
|
GlobalTui
|
||||||
GlobalConfig
|
GlobalConfig
|
||||||
GlobalMapping
|
GlobalMapping
|
||||||
|
|
||||||
|
CompletionBash
|
||||||
|
CompletionZsh
|
||||||
|
CompletionAutodetect
|
||||||
|
|
||||||
ConfigInit
|
ConfigInit
|
||||||
|
|
||||||
MappingCreate
|
MappingCreate
|
||||||
|
|
Loading…
Reference in a new issue