enable --scroll option for XMR, tool command

This commit is contained in:
The MMGen Project 2026-05-15 13:42:49 +00:00
commit 765f245042
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 3 additions and 1 deletions

View file

@ -46,6 +46,8 @@ opts_data = {
-- -q, --quiet Produce quieter output
-- -r, --usr-randchars=n Get 'n' characters of additional randomness from
+ user (min={cfg.min_urandchars}, max={cfg.max_urandchars})
x- -s, --scroll Use the curses-like scrolling interface for tracking
+ wallet views
-- -t, --type=t Specify address type (valid choices: 'legacy',
+ 'compressed', 'segwit', 'bech32', 'zcash_z')
-- -v, --verbose Produce more verbose output

View file

@ -292,7 +292,7 @@ class UserOpts(Opts):
er --token=t Specify an ERC20 token by address or symbol
-- --color=0|1 Disable or enable color output (default: 1)
-- --columns=N Force N columns of output with certain commands
Rr --scroll Use the curses-like scrolling interface for
xr --scroll Use the curses-like scrolling interface for
+ tracking wallet views
-- --force-256-color Force 256-color output when color is enabled
-- --pager Pipe output of certain commands to pager (WIP)