delve/pkg/terminal
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
..
colorize terminal: Add config options for tab printing (#3243) 2023-01-05 14:09:03 +01:00
starbind terminal/starbind: add online help for starlark (#3388) 2023-06-12 14:31:31 -07:00
command_test.go pkg/proc,pkg/terminal: close response body in tests (#3372) 2023-05-17 12:01:26 +02:00
command.go terminal: expand ~ in paths passed to 'source' (#3387) 2023-06-06 20:52:19 -07:00
config.go *: misc improvements to config command and substitute-path rules (#3335) 2023-05-02 12:23:59 -07:00
disasmprint.go terminal: add ability to show disassembly instead of source (#3047) 2022-07-14 14:08:47 -07:00
docgen.go docgen: fix links with trailing dots (#3399) 2023-05-31 10:00:06 -07:00
groups.go terminal: divide commands into categories 2020-03-09 10:11:21 -07:00
out_unix.go terminal: use exact window size for pager (#3249) 2023-01-16 09:20:43 -08:00
out_windows.go terminal: use exact window size for pager (#3249) 2023-01-16 09:20:43 -08:00
out.go terminal: use exact window size for pager (#3249) 2023-01-16 09:20:43 -08:00
starlark_test.go starbind: fix use of ptr variables in starlark (#3386) 2023-05-31 10:29:36 -07:00
starlark.go *: Fix go vet complaints (#1935) 2020-03-18 09:25:32 -07:00
terminal_other.go fmt code (#2826) 2021-12-13 10:25:23 -08:00
terminal_test.go *: misc improvements to config command and substitute-path rules (#3335) 2023-05-02 12:23:59 -07:00
terminal_windows.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal.go service/debugger,terminal: API and user interface for follow exec mode (#3286) 2023-04-24 14:37:31 -07:00