We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c0ee7 commit 1513f22Copy full SHA for 1513f22
components/yaml.rst
@@ -410,9 +410,15 @@ Then, execute the script for validating contents:
410
411
# validates a single file
412
$ php lint.php path/to/file.yaml
413
+
414
+ # validates a multiple files
415
+ $ php lint.php path/to/file1.yaml path/to/file2.yaml
416
417
# or all the files in a directory
418
$ php lint.php path/to/directory
419
420
+ # or all the files in multiple directories
421
+ $ php lint.php path/to/directory1 path/to/directory2
422
423
# or contents passed to STDIN
424
$ cat path/to/file.yaml | php lint.php
0 commit comments