summaryrefslogtreecommitdiff
path: root/docs/markdown/Commands.md
diff options
context:
space:
mode:
authorCharles Brunet <charles.brunet@optelgroup.com>2024-10-15 15:46:07 -0400
committerDylan Baker <dylan@pnwbakers.com>2024-12-06 10:59:18 -0800
commit38051a5a4bc558905d89146c9a27a215fc0b4ab4 (patch)
tree666f8e9c7694c9e65c39c172de54db5bddbc6006 /docs/markdown/Commands.md
parentd8ea5c4d8875bf198f088c603868edf66a3c7c65 (diff)
downloadmeson-38051a5a4bc558905d89146c9a27a215fc0b4ab4.tar.gz
format: allow input from stdin
Fixes #13791
Diffstat (limited to 'docs/markdown/Commands.md')
-rw-r--r--docs/markdown/Commands.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Commands.md b/docs/markdown/Commands.md
index 8e34800a4..a99deb494 100644
--- a/docs/markdown/Commands.md
+++ b/docs/markdown/Commands.md
@@ -489,6 +489,10 @@ When `--recursive` option is specified, `meson.build` files from
`subdir` are also analyzed (must be used in conjunction with `--inplace`
or `--check-only` option).
+*Since 1.7.0* You can use `-` as source file name to read source from standard
+input instead of reading it from a file. This cannot be used with `--recursive`
+or `--inline` arguments.
+
#### Differences with `muon fmt`