Separate reckless utility (1) and reckless rpc (7) documentation
Changelog-None.
This commit is contained in:
committed by
Rusty Russell
parent
a90de8dcc7
commit
52a9bb1007
2
.github/scripts/sync-rpc-cmds.py
vendored
2
.github/scripts/sync-rpc-cmds.py
vendored
@@ -70,7 +70,7 @@ def extract_rpc_commands(rst_content):
|
||||
commands = re.findall(
|
||||
r"\b([a-zA-Z0-9_-]+)" r"\s+<([^>]+)>\n", manpages_block.group(1)
|
||||
)
|
||||
return [(re.sub(r"\blightning-", "", rpc_name), file_name) for rpc_name, file_name in commands]
|
||||
return commands
|
||||
return []
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user