Alias for --extra-include-dirs

This commit is contained in:
Kovid Goyal
2021-10-06 08:08:44 +05:30
parent edac0e8023
commit a1b532334e

View File

@@ -1269,7 +1269,7 @@ def option_parser() -> argparse.ArgumentParser: # {{{
' on different types of logging.'
)
p.add_argument(
'--extra-include-dirs',
'--extra-include-dirs', '-I',
action='append',
default=Options.extra_include_dirs,
help='Extra include directories to use while compiling'