Initial commit
This commit is contained in:
44
commands/help.md
Normal file
44
commands/help.md
Normal 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.
|
||||
Reference in New Issue
Block a user