# warcraft-rs Examples
This directory contains examples demonstrating the usage of the warcraft-rs CLI tool.
## Available Examples
### tree_visualization_demo.rs
Demonstrates the tree visualization utility used by various CLI commands to display hierarchical file format structures.
## Running Examples
To run an example:
```bash
cargo run --example tree_visualization_demo
```
## CLI Usage
For CLI tool examples, see the main documentation or run:
```bash
cargo run -- --help
```
This will show all available commands and their usage.