Files
2025-11-29 18:23:26 +08:00

45 lines
891 B
Markdown

---
description: Show help information for markdown-quiz-exporter-tool
argument-hint: command
---
Display help information for markdown-quiz-exporter-tool CLI commands.
## Usage
```bash
# Show general help
markdown-quiz-exporter-tool --help
# Show command-specific help
markdown-quiz-exporter-tool COMMAND --help
# Show version
markdown-quiz-exporter-tool --version
```
## Arguments
- `COMMAND` (optional): Specific command to get help for
- `--help` / `-h`: Show help information
- `--version` / `-v`: Show version information
## Examples
```bash
# General help
markdown-quiz-exporter-tool --help
# Command help
markdown-quiz-exporter-tool quiz-html --help
markdown-quiz-exporter-tool flashhero --help
markdown-quiz-exporter-tool anki --help
# Version information
markdown-quiz-exporter-tool --version
```
## Output
Displays usage information, available commands, and options.