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
|
||||
GlobalHelp
|
||||
GlobalCompletion
|
||||
# GlobalCompletion
|
||||
GlobalTui
|
||||
GlobalConfig
|
||||
GlobalMapping
|
||||
|
||||
CompletionBash
|
||||
CompletionZsh
|
||||
CompletionAutodetect
|
||||
|
||||
ConfigInit
|
||||
|
||||
MappingCreate
|
||||
|
|
Loading…
Reference in a new issue