update README.md

This commit is contained in:
Syping 2025-11-23 05:19:30 +01:00
parent 46dc76de4e
commit 175b6c2c5c

View file

@ -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
``` ```