aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiele <jwiele@redhat.com>2024-05-30 12:36:57 -0400
committerJohn Wiele <jwiele@redhat.com>2024-06-06 09:15:27 -0400
commitbce9b44c0bbdb8b4c4ccc30d8554350d7dbfc938 (patch)
treeec20b081327ed947fd74cb729ca7273d7a61773b
parent2e6f5c8bf296b26cd6af5de40b634b19ff216919 (diff)
downloadmeson-bce9b44c0bbdb8b4c4ccc30d8554350d7dbfc938.zip
meson-bce9b44c0bbdb8b4c4ccc30d8554350d7dbfc938.tar.gz
meson-bce9b44c0bbdb8b4c4ccc30d8554350d7dbfc938.tar.bz2
Add help for meson devenv to the man page.
The added help text was derived from the output of the meson help command much like the markdown online help is derived.
-rw-r--r--man/meson.140
1 files changed, 40 insertions, 0 deletions
diff --git a/man/meson.1 b/man/meson.1
index 0467f66..594fc1a 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -509,6 +509,46 @@ Arguments to pass to `msbuild` (applied only on `vs` backend).
\fB\-\-xcode\-args XCODE_ARGS\fR
Arguments to pass to `xcodebuild` (applied only on `xcode` backend).
+.SH The devenv command
+
+.B meson devenv
+runs commands in the developer environment.
+
+.B meson devenv [
+.I options
+.B ] [
+.I command
+.B ]
+
+.SS "positional arguments:"
+
+.TP
+\fBcommand\fR
+Command to run in developer environment (default: interactive shell)
+
+.SS "options:"
+
+.TP
+\fB\-h, \-\-help\fR
+show this help message and exit
+
+.TP
+\fB\-C BUILDDIR\fR
+Path to build directory
+
+.TP
+\fB\-\-workdir WORKDIR, \-w WORKDIR\fR
+Directory to cd into before running (default: builddir, Since 1.0.0)
+
+.TP
+\fB\-\-dump [DUMP]\fR
+Only print required environment (Since 0.62.0) Takes an optional file
+path (Since 1.1.0)
+
+.TP
+\fB\-\-dump-format {sh,export,vscode}\fR
+Format used with --dump (Since 1.1.0)
+
.SH EXIT STATUS
.TP