aboutsummaryrefslogtreecommitdiff
path: root/bpkg/options-types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-08-03 09:55:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-08-03 09:55:32 +0200
commit164d7ce1bb116b4e8df488030689d7868155969e (patch)
tree8c8d6f9fdc655c0a43641aa4c1e93cd53b3fdc20 /bpkg/options-types.hxx
parentca6ac5f217f3217a2e2b5d07bf8448e0e6887447 (diff)
Rename --config-uuid to --uuid in bpkg-cfg-create
Diffstat (limited to 'bpkg/options-types.hxx')
-rw-r--r--bpkg/options-types.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/bpkg/options-types.hxx b/bpkg/options-types.hxx
index 876f0a5..8e8cbf1 100644
--- a/bpkg/options-types.hxx
+++ b/bpkg/options-types.hxx
@@ -8,8 +8,12 @@
#include <cassert>
#include <utility> // move()
+#include <bpkg/types.hxx>
+
namespace bpkg
{
+ using uuid_type = uuid;
+
enum class auth
{
none,