doc/commands: parse CmdEntityLink commands from http
[nit.git] / src / doc / commands / commands_http.nit
index d35161b..70d2062 100644 (file)
@@ -85,6 +85,14 @@ redef class CmdComment
        end
 end
 
+redef class CmdEntityLink
+       redef fun http_init(req) do
+               text = req.string_arg("text")
+               title = req.string_arg("title")
+               return super
+       end
+end
+
 redef class CmdAncestors
        redef fun http_init(req) do
                parents = req.bool_arg("parents") or else true