Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPotentials ¶
func GetPotentials( ctx context.Context, resolver *buildcontext.Resolver, gwClient gwclient.Client, compLine string, compPoint int, app *cli.App, ) ([]string, error)
GetPotentials returns a list of potential arguments for shell auto completion NOTE: you can cause earthly to run this command with:
COMP_LINE="earthly -" COMP_POINT=$(echo -n $COMP_LINE | wc -c) go run cmd/earthly/main.go
Types ¶
Click to show internal directories.
Click to hide internal directories.