From 3f2c6e79ee9c22c2e9648d218842c0d08f3ec564 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Tue, 14 Jul 2020 13:50:20 +0300 Subject: [PATCH] doc: Add --silent flag documentation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6a0449b2..1da1f7eb 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,13 @@ If you want to update to the latest dev version (directly from master), run: 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. For these cases, we provide a `migrate` command: