

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: Portfolio Projects
incomplete
2: How Many Projects?
incomplete
3: README Section
incomplete
4: Description Section
incomplete
5: Motivation Section
incomplete
6: Quick Start Section
incomplete
7: Usage Section
incomplete
8: Contributing Section
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
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
```