公告
财富商城
积分规则
提问
发文
2019-06-25 23:46发布
不美不萌又怎样
You can debug a bash script like this:
bash -x script [arg1 ...]`
What is the fish equivalent?
fish
Fish use a similar flag system:
fish -d 3 script.fish
Where d is the debug flag followed by the verbosity level:
d
-d or --debug-level=DEBUG_LEVEL specify the verbosity level of fish. A higher number means higher verbosity. The default level is 1.
最多设置5个标签!
Fish use a similar flag system:
Where
d
is the debug flag followed by the verbosity level: