---
title: help commands
categories: |
core
version: 0.104.0
core: |
Show help on nushell commands.
usage: |
Show help on nushell commands.
editLink: false
contributors: false
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
# `help commands` for [core](/commands/categories/core.md)
<div class='command-title'>Show help on nushell commands.</div>
## Signature
```> help commands {flags} ...rest```
## Flags
- `--find, -f {string}`: string to find in command names, descriptions, and search terms
## Parameters
- `...rest`: The name of command to get help on.
## Input/output types:
| input | output |
| ------- | ------ |
| nothing | table |