鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

step-out命令

命令功能

从当前函数内部执行完并返回到调用处。

命令格式

step-out/so [-h | --help]

step-out命令可简写为so。

使用示例

执行以下命令,查看step-out支持的功能信息:

1
step-out -h

返回信息如下:

OVERVIEW
    Run this command to finish the execution in the function and returns to the calling location.

USAGE
    step-out/so
    [-h | --help]

OPTIONS
    -h, --help
    Get help information.

EXAMPLE
    # Finishes the execution in the function and returns to the calling location.
    step-out