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
Expected behavior.
Document the second argument. If no second argument is given, diff snapshots 0 and -1. Currently the second argument is [JOB ...]. I expected --test-differ JOB [NUM_DIFFS].
Related: When more diffs are requested than are available, the output is IndexError: list index out of range. Maybe consider catching the exception and output something like No more snapshots found or No more diffs available.
Describe the bug.
Using
--test-differ
as documented online and inwebchanges -h
results in aValueError
.Supplying the second argument works:
Expected behavior.
Document the second argument. If no second argument is given, diff snapshots 0 and -1. Currently the second argument is
[JOB ...]
. I expected--test-differ JOB [NUM_DIFFS]
.Related: When more diffs are requested than are available, the output is
IndexError: list index out of range
. Maybe consider catching the exception and output something likeNo more snapshots found
orNo more diffs available
.Version info.
The text was updated successfully, but these errors were encountered: