Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:11 +08:00
commit d36eeec1dc
7 changed files with 678 additions and 0 deletions

34
commands/help.md Normal file
View File

@@ -0,0 +1,34 @@
---
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