You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current CLI implementation, the user must provide all the configurations either through config file or command line arguments even if they are not required.
Example: running bridge-cli testnet omni-connector near-log-metadata requires solana_keypair being specified. This makes no sense and complicates the usage.
Proposal: for each command specify required clients and initialize only them before the execution.
The text was updated successfully, but these errors were encountered:
In the current CLI implementation, the user must provide all the configurations either through config file or command line arguments even if they are not required.
Example: running
bridge-cli testnet omni-connector near-log-metadata
requiressolana_keypair
being specified. This makes no sense and complicates the usage.Proposal: for each command specify required clients and initialize only them before the execution.
The text was updated successfully, but these errors were encountered: