Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r authored Jan 12, 2024
1 parent 97f10ff commit e151895
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,30 @@ Just put it where your project is and install required modules:

## Usage

Exit on errors:

```
./okrutnik.sh target.py
```

Ignore errors:
To stop on failed linters or errors:

```
./okrutnik.sh --ignore target.py
./okrutnik.sh --stop target.py
```

It will reformat your code by default, make a backup or comment out black

```
Usage: ./okrutnik.sh [options] <target>
Before <target>:
-s, --stop Exit on failed linters or errors
Standalone:
-h, --help Print this help message
--update Update installed tools
--uninstall Remove installed tools
```

## Screenshot

<div align="center">
Expand Down

0 comments on commit e151895

Please sign in to comment.