mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 08:13:14 +02:00
api: add support of format/translation of command arguments description line by line (issue #2005)
This commit is contained in:
@@ -82,6 +82,9 @@ struct t_gui_buffer;
|
||||
return WEECHAT_RC_ERROR; \
|
||||
}
|
||||
|
||||
#define CMD_ARGS_DESC(args...) \
|
||||
STR_CONCAT("\n", WEECHAT_HOOK_COMMAND_STR_FORMATTED, ##args)
|
||||
|
||||
struct t_command_repeat
|
||||
{
|
||||
char *buffer_name; /* full buffer name */
|
||||
|
||||
Reference in New Issue
Block a user