]> Kevux Git Server - fll/commitdiff
Update: add debug as a standard console parameter
authorKevin Day <thekevinday@gmail.com>
Wed, 14 Jan 2015 10:11:21 +0000 (04:11 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 14 Jan 2015 10:11:21 +0000 (04:11 -0600)
level_0/f_console/c/console.h

index 4556207452238ff36e79b035aaa26fabaee65e37..75f693bbe9924c8985e55715d41abcb3adc51208 100644 (file)
@@ -54,14 +54,16 @@ extern "C"{
 // create some standard command line parameter options required by the kevux/fss/fll specifications
 #ifndef _di_f_standard_console_parameters_
   #define f_console_standard_short_help     "h"
-  #define f_console_standard_short_light    "l" // usage: +l
-  #define f_console_standard_short_no_color "n" // usage: +n
+  #define f_console_standard_short_light    "l"
+  #define f_console_standard_short_no_color "n"
   #define f_console_standard_short_version  "v"
+  #define f_console_standard_short_debug    "d"
 
   #define f_console_standard_long_help     "help"
   #define f_console_standard_long_light    "light"
   #define f_console_standard_long_no_color "no_color"
   #define f_console_standard_long_version  "version"
+  #define f_console_standard_long_debug    "debug"
 #endif // _di_f_standard_console_parameters_
 
 // the maximum size for a single parameter (this should be hellishly more than enough)