Skip to content

Commit

Permalink
chore: remove -s sub-command
Browse files Browse the repository at this point in the history
  • Loading branch information
sincerefly committed Jul 21, 2024
1 parent dc4f567 commit b1c6864
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ $ go build
add border with default parameters

```bash
$ capybara border
$ capybara border simple
```

using 'simple' style, with 100 border size, process 'input' folder images, save to 'output' folder

```bash
$ capybara border -s simple -w 100 -i input -o output
$ capybara border simple -w 100 -i input -o output
```

border color
Expand All @@ -57,7 +57,6 @@ $ capybara border --color "rgb(238, 130, 238)"
$ capybara border --color "rgba(238, 130, 238, 255)"
```


### Style Example

```bash
Expand Down

0 comments on commit b1c6864

Please sign in to comment.