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.
|
||||
|
||||
### `--silent`
|
||||
|
||||
Enables silent logging, which is helpful for when you don't want to see Astro logs.
|
||||
|
||||
### `--version`
|
||||
|
||||
Print the Astro version number and exit.
|
||||
|
|
Loading…
Reference in a new issue