Further docs

This commit is contained in:
decentral1se 2021-07-10 15:48:04 +02:00
parent 31154b9633
commit 0857119b5e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,14 @@
Automate your mass typo updates.
## Run/Hack
```
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ python mymigration.py --yaml
```
## CLI
- **--reset**: run `git-checkout` on all of your glob matches and exit