doc: Add --silent flag documentation

pull/1626/head
Noah Gorny 2020-07-14 13:50:20 +03:00
parent 4ca6dd9a36
commit 3f2c6e79ee
1 changed files with 7 additions and 0 deletions

View File

@ -99,6 +99,13 @@ If you want to update to the latest dev version (directly from master), run:
bash-it update dev bash-it update dev
``` ```
If you want to update automatically and unattended, you can add the optional
`-s/--silent` flag, for example:
```bash
bash-it update dev --silent
```
If you are using an older version of Bash-it, it's possible that some functionality has changed, or that the internal structure of how Bash-it organizes its functionality has been updated. If you are using an older version of Bash-it, it's possible that some functionality has changed, or that the internal structure of how Bash-it organizes its functionality has been updated.
For these cases, we provide a `migrate` command: For these cases, we provide a `migrate` command: