'main': precommands += strace

This commit is contained in:
Daniel Shahaf
2020-04-20 11:09:24 +00:00
parent f5d1be7ec2
commit 8d32609a7b
2 changed files with 3 additions and 0 deletions

View File

@@ -73,6 +73,8 @@
- Recognize `env` as a precommand (e.g., `env FOO=bar ls`)
- Recognize `strace` as a precommand
# Changes in version 0.7.1
- Remove out-of-date information from the 0.7.0 changelog.