Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pcli: 🌷 add a top-level
--grpc-url
override
when a pcli user initializes their configuration, they provide the `init` command with the grpc url of a fullnode, which is stored in pcli's configuration file. by default, this is found at `~/.local/share/pcli/config.toml`. if that fullnode is later encountering issues, this can render many pcli commands unusable, without a clear workaround. this is a small patch, providing a top-level `--grpc-url` option that will override the config file's GRPC url. this can help users temporarily send requests to a different fullnode, until their preferred default comes back online. (cherry picked from commit 3f7ccbd)
- Loading branch information