Exemplo n.º 1
0
def get_shell(params):
    cli_interface = build_cli_interface()
    shell_params, _ = split_params(params)
    return cli_interface.get_shell_plugin(shell_params)
Exemplo n.º 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)
Exemplo n.º 3
0
def get_shell(params):
    cli_interface = build_cli_interface()
    shell_params, _ = split_params(params)
    return cli_interface.get_shell_plugin(shell_params)
Exemplo n.º 4
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)