// 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 list of available packages" namespace bpkg { { "", "\h|SYNOPSIS| \c{\b{bpkg cfg-fetch}|\b{fetch} []} \h|DESCRIPTION| The \cb{cfg-fetch} command fetches the list of available packages for all the repositories that were previously added with the \l{bpkg-cfg-add(1)} command as well as all their complement and prerequisite repositories, recursively." } class cfg_fetch_options: configuration_options { "\h|CFG-FETCH OPTIONS|" }; }