From c2469969570af4379276c3db6d32b27ccb60c73c Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 4 Jul 2025 09:55:09 +0300 Subject: [PATCH] winget: add option placehorders (#17102) --- pages/windows/winget.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/windows/winget.md b/pages/windows/winget.md index 20da29767e..20d28c9270 100644 --- a/pages/windows/winget.md +++ b/pages/windows/winget.md @@ -5,11 +5,11 @@ - Install a package: -`winget install {{package}}` +`winget {{[add|install]}} {{package}}` - Remove a package (Note: `remove` can also be used instead of `uninstall`): -`winget uninstall {{package}}` +`winget {{[rm|uninstall]}} {{package}}` - Display information about a package: @@ -21,11 +21,11 @@ - Upgrade all packages to the latest versions: -`winget upgrade --all` +`winget upgrade {{[-r|--all]}}` - List all packages installed that can be managed with `winget`: -`winget list --source winget` +`winget {{[ls|list]}} {{[-s|--source]}} winget` - Import packages from a file, or export installed packages to a file: