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-add-options.cli | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 bpkg/rep-add-options.cli (limited to 'bpkg/rep-add-options.cli') diff --git a/bpkg/rep-add-options.cli b/bpkg/rep-add-options.cli deleted file mode 100644 index e9abf51..0000000 --- a/bpkg/rep-add-options.cli +++ /dev/null @@ -1,30 +0,0 @@ -// file : bpkg/rep-add-options.cli -// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -include ; - -"\section=1" -"\name=bpkg-rep-add" -"\summary=add repository to configuration" - -/* -"\h{SYNOPSIS} - -bpkg rep-add [] " - -"\h{DESCRIPTION} - -The \cb{rep-add} command adds the specified source repository to the -configuration. Note that this command doesn't fetch the available -packages list for the newly added repository. To do that, use the -\cb{rep-fetch} command. -" -*/ - -namespace bpkg -{ - class rep_add_options: configuration_options - { - }; -} -- cgit v1.1