solana-program-library
solana-program-library copied to clipboard
[token-cli] Remove deprecated functions from `solana-clap-v3-utils`
Problem
The PR https://github.com/solana-labs/solana-program-library/pull/6376 upgrades token-cli to use clap-v3. However, it still uses some functions from solana-clap-v3-utils
that are deprecated.
Solution
Remove and clean up these deprecated functions.
the token-cli has not yet been updated to v3
Yeah, the PR https://github.com/solana-labs/solana-program-library/pull/6376 should do it, but it will probably take a while for it to get reviewed and merged. The PR has to make a whole bunch of changes at once in order for it to compile and so it is tedious and time-consuming to review all the changes, unfortunately.