Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:26 +08:00
commit fdf028110e
9 changed files with 818 additions and 0 deletions

44
commands/help.md Normal file
View File

@@ -0,0 +1,44 @@
---
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.