Use case: I want to see the list of all available public methods on any arbitrary deployed canister, and ideally any flags or other information needed to call them, like expected inputs and input format.
Basically something like dfx canister call canister_name --list-public-methods.
The DFINITY SDK docs show that dfx canister call with the --query flag can return info about the canister, but I’m not seeing any further details on it.