示例#1
0
文件: core.py 项目: tav/bolt-python
def builtin_local(spec, arg):
    """run the command locally"""

    local(arg, capture=0, dir=spec.dir, format=spec.format)
示例#2
0
文件: core.py 项目: tav/bolt-python
 def run_local():
     return local(arg, capture=0, dir=spec.dir, format=spec.format)
示例#3
0
文件: core.py 项目: tav/bolt-python
 def run_local():
     return local(command, capture, dir, format)