aboutsummaryrefslogtreecommitdiff
path: root/man/meson.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/meson.1')
-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