github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/builtins/core/autocomplete/autocomplete_doc.yaml (about)

     1  - DocumentID: "autocomplete"
     2    Title: >+
     3      `autocomplete`
     4    CategoryID: commands
     5    Summary: >-
     6      Set definitions for tab-completion in the command line
     7    Description: |-
     8      `autocomplete` digests a JSON schema and uses that to define the tab-
     9      completion rules for suggestions in the interactive command line.
    10    Usage: |-
    11      ```
    12      autocomplete get [ command ] -> <stdout>
    13  
    14      autocomplete set command { mxjson }
    15      ```
    16    Examples: |-
    17    Detail: |-
    18      ### Undefining autocomplete
    19  
    20      Currently there is no support for undefining an autocompletion rule however
    21      you can overwrite existing rules.
    22  
    23      ## Directives
    24  
    25      {{ include "builtins/core/autocomplete/autocomplete_doc.inc.md" }}
    26    Flags:
    27      get: output all autocompletion schemas
    28      set: define a new autocompletion schema
    29    Synonyms:
    30    Related:
    31      - config
    32      - private
    33      - function
    34      - alias
    35      - summary
    36      - mxjson
    37      - item-index
    38      - get-type
    39      - switch
    40      - stdin