mirror of
https://github.com/Syping/ragephoto-cli.git
synced 2025-12-04 08:41: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
|
||||
ragephoto-cli get "$INPUT" title
|
||||
|
||||
# Replacing JPEG
|
||||
ragephoto-cli set "$INPUT" --jpeg "photo.jpg"
|
||||
# Replacing Image
|
||||
ragephoto-cli set "$INPUT" --image "photo.jpg"
|
||||
|
||||
# Replacing JSON
|
||||
ragephoto-cli set "$INPUT" --json "$JSON"
|
||||
|
||||
# Patching Signature
|
||||
ragephoto-cli set "$INPUT" --update-sign
|
||||
|
||||
# Updating Title
|
||||
# Replacing 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