mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Alias for --extra-include-dirs
This commit is contained in:
2
setup.py
2
setup.py
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user