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/pkg-verify-options.cli | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 bpkg/pkg-verify-options.cli (limited to 'bpkg/pkg-verify-options.cli') diff --git a/bpkg/pkg-verify-options.cli b/bpkg/pkg-verify-options.cli deleted file mode 100644 index 7a94f25..0000000 --- a/bpkg/pkg-verify-options.cli +++ /dev/null @@ -1,40 +0,0 @@ -// file : bpkg/pkg-verify-options.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -include ; - -"\section=1" -"\name=bpkg-pkg-verify" -"\summary=verify archive is a valid package" - -/* -"\h{SYNOPSIS} - -bpkg pkg-verify " - -"\h{DESCRIPTION} - -The \cb{pkg-verify} command verifies that the specified archive is a -valid \cb{bpkg} package. Specifically, it checks that the archive -contains a valid manifest file and that both the archive's name -and its top-level directory match the canonical - -form." -*/ - -namespace bpkg -{ - class pkg_verify_options: common_options - { - bool --silent - { - "Suppress error messages about the reason why the package is - invalid. Just return the error status." - } - - bool --ignore-unknown - { - "Ignore unknown manifest entries." - } - }; -} -- cgit v1.1