Code

Merge branch 'js/remote'
[git.git] / parse-options.h
index dc0807834f9135b82c289b429a8d2ea13ee53be8..1af62b0485f2760607b7d3bc3e0ebdca09a53ea4 100644 (file)
@@ -19,6 +19,7 @@ enum parse_opt_type {
 
 enum parse_opt_flags {
        PARSE_OPT_KEEP_DASHDASH = 1,
+       PARSE_OPT_STOP_AT_NON_OPTION = 2,
 };
 
 enum parse_opt_option_flags {