Add call-through option
Open
enhancement
- Dominant language
- Shell
- Stars
- 13
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
When a spy is invoked, record the arguments it was invoked with and then execute (call through to) the original function/command.
This will only ever work with a shell that supports something like `declare -f` or `typeset -f`, so `dash` and `posh` support is a no-go.
Contributor guide
Assessment
This issue has not been assessed yet.