From 9fb791e9fad6c63fc1dac49f4d05ae63b8a3db9b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Jan 2016 11:55:15 +0200 Subject: Rename build directory/namespace to build2 --- build/options.cli | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 build/options.cli (limited to 'build/options.cli') diff --git a/build/options.cli b/build/options.cli deleted file mode 100644 index 9bd1dcd..0000000 --- a/build/options.cli +++ /dev/null @@ -1,31 +0,0 @@ -// file : build/options.cli -// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -include ; - -class options -{ - bool --help {"Print usage information and exit."}; - bool --version {"Print version and exit."}; - - bool -v - { - "Print actual commands being executed. This is equivalent to - \cb{--verbose 2}." - }; - - bool -q - { - "Run quietly, only printing error messages. This is equivalent - to \cb{--verbose 0}." - }; - - std::uint16_t --verbose = 1 - { - "", - "Set the diagnostics verbosity to between 0 (disabled) and - 6 (lots of information). The default is 1. @@ Need to document - further." - }; -}; -- cgit v1.1