From 15db235fe17cc93f9cc303d69a4fbb1dd5ca84c7 Mon Sep 17 00:00:00 2001 From: Kharec Date: Sat, 20 Dec 2025 21:48:57 +0100 Subject: [PATCH] docs: update hacking section with example --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ec01896..ff52310 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,14 @@ uv sync Then start coding. +If you want to test your changes, you can run the tool with: + +```bash +uv run python -m skywipe.cli -h +uv run python -m skywipe.cli all +# or any other command +``` + ## Installation Use [`pipx`](https://pipx.pypa.io/latest/installation/) to install `skywipe`: