From 390af63a73b7d91c3c0b37089e88027b4f46a39f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 15 May 2023 22:38:18 +0300 Subject: Add support for interactive parameter for task request --- mod/types-parsers.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'mod/types-parsers.hxx') diff --git a/mod/types-parsers.hxx b/mod/types-parsers.hxx index c6da9f6..f10100c 100644 --- a/mod/types-parsers.hxx +++ b/mod/types-parsers.hxx @@ -10,6 +10,7 @@ #include #include // repository_location +#include // interactive_mode #include @@ -58,6 +59,13 @@ namespace brep }; template <> + struct parser + { + static void + parse (bbot::interactive_mode&, bool&, scanner&); + }; + + template <> struct parser { static void -- cgit v1.1