Prefer --output-dir to -o

This commit is contained in:
Ethan Dennis
2022-09-14 10:25:58 -07:00
parent 9024209f07
commit 8cd321432f
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ You can use the `--source-file-path` CLI option to combine data from multiple re
Run the following command from within the codespace terminal:
```bash
gh valet forecast --source-file-path tmp/**/jobs/*.json -o tmp/combined-forecast
gh valet forecast --source-file-path tmp/**/jobs/*.json --output-dir tmp/combined-forecast
```
You can now inspect the output of the command to see a forecast report using all of the files matching the `tmp/**/jobs/*.json` pattern.