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

# help

> Diversion のコマンドに関する詳細情報を取得する

Diversion CLI の使用方法について CLI 内でヘルプを取得するには、`help` コマンドの後にこのガイドに記載されている任意のコマンドを続けて使用します。

```bash theme={null}
dv help [command]
```

たとえば、`clone` コマンドの動作について詳しく知りたい場合は、次のように入力します。

```bash theme={null}
dv help clone
```
