You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Print full usage on missing required flags; support IMMICH_DIR
Bare "required flag(s) ... not set" with no usage text wasn't
actionable. Required-flag checking now happens in PreRunE, which
prints cmd.UsageString() before returning the error; runtime errors
from RunE (network failures, sync errors) stay terse as before.
--dir now also reads from IMMICH_DIR, matching --url/--api-key's
IMMICH_URL/IMMICH_API_KEY pattern. Also fixed a malformed 4-column
row in the README flags table.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments