# Command-Line Help for `spoderman` This document contains the help content for the `spoderman` command-line program. **Command Overview:** * [`spoderman`↴](#spoderman) * [`spoderman man`↴](#spoderman-man) * [`spoderman autocomplete`↴](#spoderman-autocomplete) ## `spoderman` A screen capture utility allowing you to draw, highlight and zoom. **Usage:** `spoderman [OPTIONS] ` ###### **Subcommands:** * `man` — Renders the manual. * `autocomplete` — Renders shell completion scripts. ###### **Options:** * `-e`, `--experimental ` — enables experimental features ## `spoderman man` Renders the manual. **Usage:** `spoderman man --out --format ` ###### **Options:** * `-o`, `--out ` * `-f`, `--format ` Possible values: `manpages`, `markdown` ## `spoderman autocomplete` Renders shell completion scripts. **Usage:** `spoderman autocomplete --out --shell ` ###### **Options:** * `-o`, `--out ` * `-s`, `--shell ` Possible values: `bash`, `zsh`, `fish`, `elvish`, `powershell`
This document was generated automatically by clap-markdown.