Home Explore Blog CI



nushell

commands/docs/help_commands.md
879ce4da2b10ae046a38b715d6651e94e8c8b6709429d4a900000003000002e3
---
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  |

Chunks
e599e60a (1st chunk of `commands/docs/help_commands.md`)
Title: help commands - Display help information for Nushell commands
Summary
The `help commands` command in Nushell displays help information about available commands. It supports filtering commands by name, description, or search terms using the `--find` flag. You can also specify a command name as a parameter to get help on that specific command.