Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AutoComplete ¶
AutoComplete handles shell autocomplete requests. If the COMP_LINE environment variable is not set, it returns -1 to indicate that autocomplete is not being requested. If COMP_LINE is set, it processes the autocomplete request and returns 0 on success or 1 on failure.
To enable autocomplete, enter complete -o nospace -C "/path/to/earthly" earthly
Alternatively, you can run earthly with COMP_LINE and COMP_POINT set; for example:
COMP_LINE="earthly ./buildkitd+buildkitd --" COMP_POINT="32" ./build/linux/amd64/earthly COMP_LINE="earthly ~/test/simple+test -" COMP_POINT="28" ./build/linux/amd64/earthly
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.