Initial commit
This commit is contained in:
42
commands/help.md
Normal file
42
commands/help.md
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
description: Show help information for pdf-to-pptx-tool
|
||||
argument-hint: command
|
||||
---
|
||||
|
||||
Display help information for pdf-to-pptx-tool CLI commands.
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
# Show general help
|
||||
pdf-to-pptx-tool --help
|
||||
|
||||
# Show command-specific help
|
||||
pdf-to-pptx-tool COMMAND --help
|
||||
|
||||
# Show version
|
||||
pdf-to-pptx-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
|
||||
pdf-to-pptx-tool --help
|
||||
|
||||
# Command help
|
||||
pdf-to-pptx-tool search --help
|
||||
|
||||
# Version information
|
||||
pdf-to-pptx-tool --version
|
||||
```
|
||||
|
||||
## Output
|
||||
|
||||
Displays usage information, available commands, and options.
|
||||
Reference in New Issue
Block a user