1
0

CLI: make 'wallet_path' relative to wallets dir

If the wallet_path passed to the RPC is a simple filename,
interpret it as relative to the user wallets directory,
rather than to the current working directory.

This is a breaking change, it might affect existing scripts
This commit is contained in:
ThomasV
2025-06-04 12:44:07 +02:00
parent 37914d5af0
commit 85c3c77096
3 changed files with 16 additions and 6 deletions

View File

@@ -97,6 +97,9 @@
* CLI:
- The command line help has been improved; parameters are
documented in the same docstring as the command they belong to.
- If the --wallet parameter passed to a command is a simple filename,
it is now interpreted as relative to the users wallets directory,
rather than to the current working directory
- Plugins may add extra commands to the CLI. Plugin commands must
be prefixed with the plugin's internal name
- support for hold invoices