Stoobly / stoobly-agent

Record, mock, and test HTTP/HTTPS requests. CLI agent for Stoobly.
Other
6 stars 0 forks source link

Don't allow --assign and --group-by flags for the same alias #65

Open stoobmmelier opened 2 years ago

stoobmmelier commented 2 years ago

If a user puts --assign :myAlias and --group-by :myAlias, this results in undefined behavior since we don't know which of the aliases in the group by to assign. We should not allow having both flags set for the same alias value