From ad257079568746d71d913c6fca96852da6fe3bd6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Jan 2016 10:04:02 +0200 Subject: Reorganize .cli files, add man/xhtml page generation (via script for now) --- bpkg/rep-create.cli | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bpkg/rep-create.cli (limited to 'bpkg/rep-create.cli') diff --git a/bpkg/rep-create.cli b/bpkg/rep-create.cli new file mode 100644 index 0000000..b472cfc --- /dev/null +++ b/bpkg/rep-create.cli @@ -0,0 +1,28 @@ +// file : bpkg/rep-create.cli +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +include ; + +"\section=1" +"\name=bpkg-rep-create" +"\summary=create repository manifest file" + +namespace bpkg +{ + class rep_create_options: common_options + { + /* + "Create repository manifest file (\cb{packages}) based on the + packages present in the repository directory." + + "Use as the repository root directory instead of the + current working directory." + */ + + bool --ignore-unknown + { + "Ignore unknown manifest entries." + } + }; +} -- cgit v1.1