mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 01:47:51 +08:00
e2f810048e
The `edit:after-command` hooks are called with a single argument: a pseudo-map with these keys: "command": the command line that was run "duration": the execution duration in seconds "error": any error that occurred ($nil if no error occurred) The `edit:command-duration` variable is the elapsed seconds (as a float64) of the most recently run interactive command. Resolves #1029 |
||
---|---|---|
.. | ||
editor.go | ||
interact_test.go | ||
interact.go | ||
paths_test.go | ||
paths_unix_test.go | ||
paths_unix.go | ||
paths_windows.go | ||
paths.go | ||
runtime.go | ||
script_test.go | ||
script.go | ||
shell_test.go | ||
shell_unix_test.go | ||
shell.go | ||
signal_unix.go | ||
signal_windows.go |