--size: Handle px suffix

This commit is contained in:
Dylan 2016-02-24 12:19:55 +11:00
parent 53379563db
commit 2b9167e889
4 changed files with 8 additions and 4 deletions

3
1.3.md
View file

@ -16,6 +16,9 @@ is now calculated by fetch automatically.
```sh
# Image takes up 70% of the terminal size.
fetch --size 70%
# Size the image in pixels.
fetch --size 200px
```
### Packages