mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
pyln: adds a help text to start plugins manually
Changelog-None
This commit is contained in:
committed by
Rusty Russell
parent
40544b74f9
commit
a53aa1aaef
@@ -744,6 +744,11 @@ class Plugin(object):
|
|||||||
|
|
||||||
$ lightningd --plugin={executable}
|
$ lightningd --plugin={executable}
|
||||||
|
|
||||||
|
If lightningd is already running, you can also start a plugin
|
||||||
|
by using the cli:
|
||||||
|
|
||||||
|
$ lightning-cli plugin start /path/to/a/plugin
|
||||||
|
|
||||||
Since we're here however let me tell you about this plugin.
|
Since we're here however let me tell you about this plugin.
|
||||||
""").format(executable=executable)
|
""").format(executable=executable)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user