Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.29 KB

listdocmissed a plugin for c-lightning

This plugin is made with the lightningd/template.

This plugin is developed to make a quickly and complete check of the RPC commands documentations inside c-lightning.

Who is this plugin for?

Everybody that want make a check if all RPC commands have a documentation, so this plugin is not more smart :-/ but have a big potentiality with the correct people :-) and maybe one of this people are you.

In fact, is possible exend this plugin to make a template of the documentation file and make easy the life of the core developer. Fell free to open a PR.

Why I developer this plugin?

I developer this plugin because I fixed some documentation missed inside c-lightning, you can see the PR here.

Run the plugin

  1. Install the plugin.
lightning-cli plugin start /home/vincent/Github/listdocmissed/src/plugin.py
  1. Run plugin.
lightning-cli listdocmissed /home/vincent/Github/lightning

Other resources