예제 #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)