Closed Roman- closed 1 year ago
Here's what the output should look like:
$ python3 generate.py -b ./radix-protocol -m radix/modem -l cppp -o out/cpp ERROR: Unsupported language "cppp" $ python3 generate.py -b ./radix-protocol -m 2radix/modem -l cpp -o out/cpp ERROR: Path not found: ./radix-protocol/2radix/modem $ python3 generate.py -b ./radix-protocol -m radix/modem -l cpp -o out/cpp Successfully generated to out/cpp
Here's what the output should look like: