# powerpipe help


# powerpipe help
Display help and usage information for any command in the application.

## Usage
```bash
powerpipe help [command] [flags]
```

## Examples
Show help:
```bash
powerpipe help 
```
Show help for the `mod` sub-command:
```bash
powerpipe help mod
```
Show help for the `mod install` sub-command:
```bash
powerpipe help mod install
```
