aligned_layer
aligned_layer copied to clipboard
fix(cli): Rewrite CLI and command descriptions and names
The argument names, and description for all the aligned clap interfaces are inconsistent.
For example:
--rpc_url <Ethereum RPC provider connection address>
&&
--rpc-url <Ethereum RPC provider address>
within the aligned-cli.
Going over and rewriting the cli + sdk to be more consistent.