electrum
electrum copied to clipboard
cmdline: add listconfig/helpconfig
This adds commands to view the list of config variables
These commands should not require a running daemon, but currently require either a running daemon or an explicit --offline (but I guess this applies to more commands, as e.g. setconfig/getconfig also require --offline currently)
minor nitpick: helpconfig use_gossip returns Use trampoline routing
The --offline syntax requirement is off-topic. This syntax is explicitly needed for all commands, regardless of whether they use the network, because it clarifies whether the command uses the running daemon or not.