> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cubic.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# mg help

> Display help and usage information for cubic commands

## Name

`mg help` — Print usage information for any cubic command.

## Synopsis

```bash theme={null}
mg help [<command_name>]
```

## Description

* Without arguments, displays a list of common cubic commands.
* With `<command_name>`, shows detailed usage for that specific command.

## Examples

```bash theme={null}
# Show general help
mg help

# Show help for mg split
mg help split
```

<Note>
  * Also supports `mg --help`. - For man-page style references, browse the [Command
    Reference](/reference/mg-init).
</Note>
