blob: db7e852626b95509bd86f1c98dade619cd4fd495 (
plain)
1
2
3
4
5
6
|
## "meson help" now shows command line help
Command line parsing is now less surprising. "meson help" is now
equivalent to "meson --help" and "meson help <subcommand>" is
equivalent to "meson <subcommand> --help", instead of creating a build
directory called "help" in these cases.
|