include/relpipe/cli/CLI.h
branchv_0
changeset 13 b1e861523740
parent 7 95e647bf1922
child 20 45d60cf711e1
--- a/include/relpipe/cli/CLI.h	Sun Jan 06 16:25:50 2019 +0100
+++ b/include/relpipe/cli/CLI.h	Thu Jan 17 13:13:06 2019 +0100
@@ -69,6 +69,7 @@
 	static const int EXIT_CODE_BAD_SYNTAX = 3;
 	static const int EXIT_CODE_UNKNOWN_COMMAND = 4;
 	static const int EXIT_CODE_DATA_ERROR = 5;
+	static const int EXIT_CODE_BAD_CLI_ARGUMENTS = 6;
 
 	/**
 	 * std::cin and std::cout are "tied" by default i.e. reading from std::cin causes flush of the std::cout.