Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Commit 655befd

Browse files
committed
docs: add arguments section to README
1 parent 9d7ddec commit 655befd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Run the tool with source and destination directories:
1818
python server_pack_builder.py --source /path/to/mods --destination /path/to/server_mods
1919
```
2020

21+
### Arguments
22+
- `--source`, `-s`: Path to the source 'mods' directory (required)
23+
- `--destination`, `-d`: Path to the destination 'mods' directory (required)
24+
- `--dry-run`: Simulate the process without copying files (optional)
25+
- `--verbose`, `-v`: Enable verbose logging (optional)
26+
2127
## Features
2228

2329
- Filters out client-only mods

0 commit comments

Comments
 (0)