aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types-parsers.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/types-parsers.hxx')
-rw-r--r--bpkg/types-parsers.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/bpkg/types-parsers.hxx b/bpkg/types-parsers.hxx
index c812e7b..38b7cee 100644
--- a/bpkg/types-parsers.hxx
+++ b/bpkg/types-parsers.hxx
@@ -19,6 +19,16 @@ namespace bpkg
namespace cli
{
template <>
+ struct parser<url>
+ {
+ static void
+ parse (url&, bool&, scanner&);
+
+ static void
+ merge (url& b, const url& a) {b = a;}
+ };
+
+ template <>
struct parser<path>
{
static void