diff options
Diffstat (limited to 'docs/markdown/Commands.md')
| -rw-r--r-- | docs/markdown/Commands.md | 4 |
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` |
