mirror of
https://github.com/Syping/ragephoto-cli.git
synced 2025-12-04 16:51:48 +01:00
update README.md
This commit is contained in:
parent
46dc76de4e
commit
175b6c2c5c
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -26,15 +26,15 @@ ragephoto-cli get "$INPUT" json
|
||||||
# Getting Title
|
# Getting Title
|
||||||
ragephoto-cli get "$INPUT" title
|
ragephoto-cli get "$INPUT" title
|
||||||
|
|
||||||
# Replacing JPEG
|
# Replacing Image
|
||||||
ragephoto-cli set "$INPUT" --jpeg "photo.jpg"
|
ragephoto-cli set "$INPUT" --image "photo.jpg"
|
||||||
|
|
||||||
# Replacing JSON
|
# Replacing JSON
|
||||||
ragephoto-cli set "$INPUT" --json "$JSON"
|
ragephoto-cli set "$INPUT" --json "$JSON"
|
||||||
|
|
||||||
# Patching Signature
|
# Replacing Title
|
||||||
ragephoto-cli set "$INPUT" --update-sign
|
|
||||||
|
|
||||||
# Updating Title
|
|
||||||
ragephoto-cli set "$INPUT" --title "$TITLE"
|
ragephoto-cli set "$INPUT" --title "$TITLE"
|
||||||
|
|
||||||
|
# Updating JSON (Fixes some JSON errors)
|
||||||
|
ragephoto-cli set "$INPUT" --update-json
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue