winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

help.md (674B)


      1 ---
      2 title: winget help Command
      3 description: Displays help for all the supported commands.
      4 ms.date: 04/28/2020
      5 ms.topic: article
      6 ms.localizationpriority: medium
      7 ---
      8 
      9 # help command (winget)
     10 
     11 The **help** command of the [winget](index.md) tool displays help for all the supported commands and sub commands. In addition, you can pass the **--help** argument to any other command to get details about all additional command options.
     12 
     13 ## Usage
     14 
     15 * Display help for all commands: `winget --help` or `winget -?`
     16 * View options for a command: `winget <command> --help` or `winget <command> -?`
     17 
     18 ## Related topics
     19 
     20 * [Use the winget tool to install and manage applications](index.md)