We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca890b commit 7c25804Copy full SHA for 7c25804
1 file changed
docs/09_cli.md
@@ -1,12 +1,12 @@
1
# Command-line Tool
2
3
-Available as `npx yaml` or `npm exec yaml`:
4
-
5
-```bash
6
-$ npx yaml valid < file.yaml
+```sh
+npx yaml valid < file.yaml
7
```
8
9
-<pre id="cli-help" style="float: none">
+Available as `npx yaml` or `npm exec yaml`:
+
+<pre id="cli-help" style="float: none; clear: none">
10
yaml: A command-line YAML processor and inspector
11
12
Reads stdin and writes output to stdout and errors & warnings to stderr.
0 commit comments