예제 #1
0
def get_shell(params):
    cli_interface = build_cli_interface()
    shell_params, _ = split_params(params)
    return cli_interface.get_shell_plugin(shell_params)
예제 #2
0
def get_shell(params):
    cli_interface = CliInterface(code_dir=code_dir)
    shell_params, _ = split_params(params)
    return cli_interface.get_shell_plugin(shell_params)
예제 #3
0
def get_shell(params):
    cli_interface = build_cli_interface()
    shell_params, _ = split_params(params)
    return cli_interface.get_shell_plugin(shell_params)
예제 #4
0
파일: factory.py 프로젝트: BinglanLi/galaxy
def get_shell(params):
    cli_interface = CliInterface(code_dir=code_dir)
    shell_params, _ = split_params(params)
    return cli_interface.get_shell_plugin(shell_params)