diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-23 15:27:06 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-24 12:04:28 +0300 |
commit | c96ccf5e3cd131e9f3edbd3516b0251dd4461071 (patch) | |
tree | 3cb58d2207efce5d91af118d6126d166bfab5975 /mod/options.cli | |
parent | 69ceb5c44c1a2d1799279d49b066a75c5fe53089 (diff) |
Add repository_url type parser
Backup
Diffstat (limited to 'mod/options.cli')
-rw-r--r-- | mod/options.cli | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/options.cli b/mod/options.cli index 33ed9a1..f7a9387 100644 --- a/mod/options.cli +++ b/mod/options.cli @@ -2,6 +2,8 @@ // copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file +include <libbpkg/manifest.hxx>; // repository_url + include <web/xhtml-fragment.hxx>; include <libbrep/types.hxx>; @@ -727,7 +729,7 @@ namespace brep { // Package repository URL. // - url repository; + bpkg::repository_url repository; // Package names/versions. // |