electrum icon indicating copy to clipboard operation
electrum copied to clipboard

cmdline: add listconfig/helpconfig

Open ecdsa opened this issue 1 year ago • 3 comments

This adds commands to view the list of config variables

ecdsa avatar Apr 30 '24 11:04 ecdsa

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)

accumulator avatar Apr 30 '24 12:04 accumulator

minor nitpick: helpconfig use_gossip returns Use trampoline routing

accumulator avatar Apr 30 '24 12:04 accumulator

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.

ecdsa avatar May 01 '24 07:05 ecdsa