Initial commit
This commit is contained in:
34
commands/help.md
Normal file
34
commands/help.md
Normal 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
|
||||
Reference in New Issue
Block a user