I have a function in fish shell that calls a bunch of commands sequentially.
How do I add the commands that are being executed to the output?
Essentially if I had a bash script doing that I would add set -x
at the beginning. Is there a way to do that for fish shell functions?