proto_cli 0.56.1

A multi-language version manager, a unified toolchain.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: crates/cli/tests/plugins_test.rs
expression: "fs::read_to_string(sandbox.path().join(\".proto/shims/registry.json\")).unwrap()"
---
{
  "pip": {
    "before_args": [
      "-m",
      "pip"
    ],
    "parent": "python"
  },
  "python": {}
}