solana-include-idl-cli 0.1.0

CLI to parse IDL files from a program binary
1
2
3
4
5
6
7
8
9
10
11
12
13
# `solana-include-idl-cli`

A simple CLI to read an IDL file stored on a Solana program binary.
 
```console
Usage: solana-include-idl-cli parse <PATH>

Arguments:
  <PATH>  Path to the program binary

Options:
  -h, --help  Print help
```