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

# पूर्णता

# `openclaw completion`

शेल completion scripts जनरेट करें और वैकल्पिक रूप से उन्हें अपने शेल प्रोफ़ाइल में इंस्टॉल करें।

## उपयोग

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw completion
openclaw completion --shell zsh
openclaw completion --install
openclaw completion --shell fish --install
openclaw completion --write-state
openclaw completion --shell bash --write-state
```

## विकल्प

* `-s, --shell <shell>`: शेल लक्ष्य (`zsh`, `bash`, `powershell`, `fish`; डिफ़ॉल्ट: `zsh`)
* `-i, --install`: अपने शेल प्रोफ़ाइल में source लाइन जोड़कर completion इंस्टॉल करें
* `--write-state`: stdout पर प्रिंट किए बिना completion script(s) को `$OPENCLAW_STATE_DIR/completions` में लिखें
* `-y, --yes`: इंस्टॉल पुष्टिकरण प्रॉम्प्ट छोड़ें

## नोट्स

* `--install` आपके शेल प्रोफ़ाइल में एक छोटा "OpenClaw Completion" ब्लॉक लिखता है और उसे कैश किए गए script की ओर इंगित करता है।
* `--install` या `--write-state` के बिना, कमांड script को stdout पर प्रिंट करता है।
* Completion जनरेशन कमांड ट्री को उत्सुकता से लोड करता है ताकि नेस्टेड सबकमांड शामिल हों।

## संबंधित

* [CLI संदर्भ](/hi/cli)
