diff options
| author | Charles Brunet <charles.brunet@optelgroup.com> | 2024-10-15 15:46:07 -0400 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-12-06 10:59:18 -0800 |
| commit | 38051a5a4bc558905d89146c9a27a215fc0b4ab4 (patch) | |
| tree | 666f8e9c7694c9e65c39c172de54db5bddbc6006 /docs/markdown/snippets | |
| parent | d8ea5c4d8875bf198f088c603868edf66a3c7c65 (diff) | |
| download | meson-38051a5a4bc558905d89146c9a27a215fc0b4ab4.tar.gz | |
format: allow input from stdin
Fixes #13791
Diffstat (limited to 'docs/markdown/snippets')
| -rw-r--r-- | docs/markdown/snippets/format_from_stdin.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/format_from_stdin.md b/docs/markdown/snippets/format_from_stdin.md new file mode 100644 index 000000000..cebe976c4 --- /dev/null +++ b/docs/markdown/snippets/format_from_stdin.md @@ -0,0 +1,4 @@ +## format command now accept stdin argument + +You can now use `-` argument for `meson format` to read input from stdin +instead of reading it from a file. |
