plugin: Removing category, description and long_description from plugin_command struct

Changelog-None.
This commit is contained in:
ShahanaFarooqui
2024-07-29 17:58:43 -07:00
committed by Rusty Russell
parent b485a026f7
commit 2ff3e55f08
19 changed files with 5 additions and 190 deletions

View File

@@ -1545,17 +1545,11 @@ static const char *init(struct plugin *plugin,
}
static const struct plugin_command commands[] = { {
"sql",
"misc",
"Run {query} and return result",
"This is the greatest plugin command ever!",
json_sql,
"sql",
json_sql,
},
{
"listsqlschemas",
"misc",
"Display schemas for internal sql tables, or just {table}",
"This is the greatest plugin command ever!",
json_listsqlschemas,
},
};