Files
gh-dnvriend-markdown-quiz-e…/commands/help.md
2025-11-29 18:23:26 +08:00

891 B

description, argument-hint
description argument-hint
Show help information for markdown-quiz-exporter-tool command

Display help information for markdown-quiz-exporter-tool CLI commands.

Usage

# 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

# 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.