mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-17 13:06:36 +02:00
The Reckless search command was only returning a result if you searched a perfect match, which is not too helpful. This updates the command so that partial search matches return a result. Before: reckless search bolt Search exhausted all sources reckless search bol Search exhausted all sources reckless search bolt12-pris Search exhausted all sources After: reckless search bolt Plugins matching 'bolt': bolt12-prism (https://github.com/lightningd/plugins) reckless search bol Plugins matching 'bol': bolt12-prism (https://github.com/lightningd/plugins) reckless search bolt12-pris Plugins matching 'bolt12-pris': bolt12-prism (https://github.com/lightningd/plugins) Changelog-Fixed: reckless search now returns partial matches instead of requiring exact plugin names. |
||
|---|---|---|
| .. | ||
| gen | ||
| test | ||
| .gitignore | ||
| bench-gossipd.sh | ||
| build-release.sh | ||
| check-includes.sh | ||
| check-manpage.sh | ||
| check-release.sh | ||
| check-setup_locale.sh | ||
| check-spelling.sh | ||
| docker-entrypoint.sh | ||
| fromschema.py | ||
| generate-wire.py | ||
| headerversions.c | ||
| lightning-downgrade.c | ||
| lightning-hsmtool.c | ||
| Makefile | ||
| md2man.sh | ||
| mockup.sh | ||
| promote-stable.sh | ||
| reckless | ||
| refresh-submodules.sh | ||
| repro-build.sh | ||
| update-mocks.sh | ||