`return` 的文档没有说明在省略可选状态时会发生什么
作者: drsybren创建于 2026年9月15日更新于 2026年9月17日
return 语句的文档(https://fishshell.com/docs/current/cmds/return.html)中指出:
如果给出了
N,则将退出状态设置为N。
内容来源: fish-shell/fish-shell
return 语句的文档(https://fishshell.com/docs/current/cmds/return.html)中指出:
如果给出了
N,则将退出状态设置为N。
内容来源: fish-shell/fish-shell