Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ command_set_usage
Function
command_set_usage
common/test/run-param.c:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
};
73
74
void command_set_usage(struct command *cmd, const char *usage)
75
{
76
cmd->usage = usage;
77
}
78
79
bool command_usage_only(const struct command *cmd)
80
{
Callers
2
param_subcommand
Function · 0.50
param
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected