Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
parseopt: wrap rev-parse --parseopt usage for eval consumption
[gitweb.git]
/
parse-options.h
diff --git
a/parse-options.h
b/parse-options.h
index 7581e931da13151473739036a89d9d19303eb18b..e16b4d201a998390672cdade90bacde64d9ad29c 100644
(file)
--- a/
parse-options.h
+++ b/
parse-options.h
@@
-37,6
+37,7
@@
enum parse_opt_option_flags {
PARSE_OPT_NODASH = 32,
PARSE_OPT_LITERAL_ARGHELP = 64,
PARSE_OPT_NEGHELP = 128,
+ PARSE_OPT_SHELL_EVAL = 256
};
struct option;