]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdline.h
changed license type
[wxWidgets.git] / include / wx / cmdline.h
index c8bea6105fe5984e6fe01e235d2a878107b276ea..7e10524d01c9f86279a606e1e5caea50a722b8b1 100644 (file)
@@ -32,7 +32,8 @@ enum
     wxCMD_LINE_OPTION_MANDATORY = 0x01, // this option must be given
     wxCMD_LINE_PARAM_OPTIONAL   = 0x02, // the parameter may be omitted
     wxCMD_LINE_PARAM_MULTIPLE   = 0x04, // the parameter may be repeated
-    wxCMD_LINE_OPTION_HELP      = 0x08  // this option is a help request
+    wxCMD_LINE_OPTION_HELP      = 0x08, // this option is a help request
+    wxCMD_LINE_NEEDS_SEPARATOR  = 0x10  // must have sep before the value
 };
 
 // an option value or parameter may be a string (the most common case), a