From cbd8296c7b86f7fc368d1133da3be3670b7923be Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Dec 2015 11:32:50 +0200 Subject: Clean up command names, add aliases --- bpkg/rep-fetch-options.cli | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 bpkg/rep-fetch-options.cli (limited to 'bpkg/rep-fetch-options.cli') diff --git a/bpkg/rep-fetch-options.cli b/bpkg/rep-fetch-options.cli deleted file mode 100644 index 8cb9ddb..0000000 --- a/bpkg/rep-fetch-options.cli +++ /dev/null @@ -1,28 +0,0 @@ -// file : bpkg/rep-fetch-options.cli -// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -include ; - -"\section=1" -"\name=bpkg-rep-fetch" -"\summary=fetch available packages list" - -/* -"\h{SYNOPSIS} - -bpkg rep-fetch []" - -"\h{DESCRIPTION} - -The \cb{rep-fetch} command recursively fetches the prerequisite repository -and available package lists for all the repositories that were added -(\cb{rep-add}) to the configuration." -*/ - -namespace bpkg -{ - class rep_fetch_options: configuration_options - { - }; -} -- cgit v1.1