Files
gh-dnvriend-concat-glob-too…/commands/help.md
2025-11-29 18:23:11 +08:00

35 lines
477 B
Markdown

---
description: Show help and examples
argument-hint: --help
---
Display help information with examples.
## Usage
```bash
concat-glob-tool --help
concat-glob-tool --version
```
## Examples
```bash
# Show full help
concat-glob-tool --help
# Show version
concat-glob-tool --version
# Verbose help with examples
concat-glob-tool --help | less
```
## Output
Comprehensive help with:
- Command syntax
- All options and flags
- Working examples
- Output format description