which python file is responsible for showing meson's help #9966
-
Beta Was this translation helpful? Give feedback.
Answered by
eli-schwartz
Feb 7, 2022
Replies: 1 comment 3 replies
-
This is implemented in mesonbuild/mesonmain.py as an https://docs.python.org/3/library/argparse.html client. So the actual formatting of the help text is largely up to whatever the python developers decided argparse should do. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
samadadi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is implemented in mesonbuild/mesonmain.py as an https://docs.python.org/3/library/argparse.html client. So the actual formatting of the help text is largely up to whatever the python developers decided argparse should do.