mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Add support to ejabberd_ctl to handle anonymous command arguments
This commit is contained in:
parent
76f7548935
commit
16fae4d117
@ -741,6 +741,10 @@ print_usage_command(Cmd, C, MaxC, ShCode) ->
|
|||||||
|
|
||||||
?PRINT(["\n", NameFmt, "\n", ArgsFmt, "\n", ReturnsFmt, "\n\n", XmlrpcFmt, TagsFmt, "\n\n", DescFmt, "\n\n", LongDescFmt, NoteEjabberdctl], []).
|
?PRINT(["\n", NameFmt, "\n", ArgsFmt, "\n", ReturnsFmt, "\n\n", XmlrpcFmt, TagsFmt, "\n\n", DescFmt, "\n\n", LongDescFmt, NoteEjabberdctl], []).
|
||||||
|
|
||||||
|
format_usage_ctype(Type, _Indentation)
|
||||||
|
when (Type==atom) or (Type==integer) or (Type==string) or (Type==rescode) or (Type==restuple)->
|
||||||
|
io_lib:format("~p", [Type]);
|
||||||
|
|
||||||
format_usage_ctype({Name, Type}, _Indentation)
|
format_usage_ctype({Name, Type}, _Indentation)
|
||||||
when (Type==atom) or (Type==integer) or (Type==string) or (Type==rescode) or (Type==restuple)->
|
when (Type==atom) or (Type==integer) or (Type==string) or (Type==rescode) or (Type==restuple)->
|
||||||
io_lib:format("~p::~p", [Name, Type]);
|
io_lib:format("~p::~p", [Name, Type]);
|
||||||
|
Loading…
Reference in New Issue
Block a user