35 lines
477 B
Markdown
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
|