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/cfg-fetch.cli | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bpkg/cfg-fetch.cli (limited to 'bpkg/cfg-fetch.cli') diff --git a/bpkg/cfg-fetch.cli b/bpkg/cfg-fetch.cli new file mode 100644 index 0000000..6b889cc --- /dev/null +++ b/bpkg/cfg-fetch.cli @@ -0,0 +1,28 @@ +// file : bpkg/cfg-fetch.cli +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +include ; + +"\section=1" +"\name=bpkg-cfg-fetch" +"\summary=fetch available packages list" + +/* +"\h{SYNOPSIS} + +bpkg cfg-fetch []" + +"\h{DESCRIPTION} + +The \cb{cfg-fetch} command recursively fetches the prerequisite repository +and available package lists for all the repositories that were added +(\cb{cfg-add}) to the configuration." +*/ + +namespace bpkg +{ + class cfg_fetch_options: configuration_options + { + }; +} -- cgit v1.1