delve/pkg/terminal/starbind
Alessandro Arzilli 7d8f47674b
terminal/starbind: add online help for starlark (#3388)
Adds a new starlark builtin 'help' that prints the list of available
builtins when called without arguments and help for the specified
builtin when passed an argument.

The help is autogenerated from godoc comments so it isn't always
exactly accurate for starlark (in particular we sometimes refer to the
In structs), but it's better than nothing.
2023-06-12 14:31:31 -07:00
..
conv.go starbind: fix use of ptr variables in starlark (#3386) 2023-05-31 10:29:36 -07:00
repl.go pkg: fix a few function names on comments 2022-10-05 17:40:35 +02:00
starlark_mapping.go terminal/starbind: add online help for starlark (#3388) 2023-06-12 14:31:31 -07:00
starlark.go terminal/starbind: add online help for starlark (#3388) 2023-06-12 14:31:31 -07:00