We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Usage Section

The "usage" section is where you show off the advanced features of your project. Think of this as the larger reference manual, or the comprehensive technical documentation. Assuming the reader has been "hooked" by your what, why, and how, this section should wow them with the full capabilities of your project.

For example:

## 📖 Usage

Available flags:

- `-i` - The input file or directory
- `-o` - The output file or directory
- `-v` - Verbose output
- `-h` - Show help
- `-p` - The number of parallel workers to use (default 4)
- `-d` - The maximum directory depth to recurse (default 6)
- `-f` - The file extensions to include (default .txt, .md)

## Examples

Unzip a file:

```bash
zipzod -i ./input.zip -o ./output
```

Zip with a different number of workers:

```bash
zipzod -i ./input -o ./output.zip -p 8
```