mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
Docs/ Add --silent
cli option (#785)
This commit is contained in:
parent
6230a7ac31
commit
c1e304dfb8
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ Clears the cache (dependencies are built within Astro apps).
|
||||||
|
|
||||||
Enables verbose logging, which is helpful when debugging an issue.
|
Enables verbose logging, which is helpful when debugging an issue.
|
||||||
|
|
||||||
|
### `--silent`
|
||||||
|
|
||||||
|
Enables silent logging, which is helpful for when you don't want to see Astro logs.
|
||||||
|
|
||||||
### `--version`
|
### `--version`
|
||||||
|
|
||||||
Print the Astro version number and exit.
|
Print the Astro version number and exit.
|
||||||
|
|
Loading…
Add table
Reference in a new issue