From c5b0712dc309ca067f1918013175e751f851042f Mon Sep 17 00:00:00 2001 From: Martin Helmich Date: Mon, 30 Oct 2023 14:50:54 +0100 Subject: [PATCH] Regenerate README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5c7604a..d8b2530a 100644 --- a/README.md +++ b/README.md @@ -3354,10 +3354,10 @@ update the mw CLI ``` USAGE - $ mw update [CHANNEL] [-a] [-v | -i] [--force] + $ mw update [CHANNEL] [-a] [--force] [-i | -v ] FLAGS - -a, --available Install a specific version. + -a, --available See available versions. -i, --interactive Interactively select version to install. This is ignored if a channel is provided. -v, --version= Install a specific version. --force Force a re-download of the requested version. @@ -3383,7 +3383,7 @@ EXAMPLES $ mw update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v3.1.28/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.1.3/src/commands/update.ts)_ ## `mw user api-token create`