GetStream / stream-cli

Configure & manage Stream applications from the command line. 🚀
https://yarnpkg.com/en/package/getstream-cli
BSD 3-Clause "New" or "Revised" License
85 stars 19 forks source link

Rename users flag in add_member command #61

Closed FrivalszkyP closed 3 years ago

FrivalszkyP commented 3 years ago

There was a difference between the described flags and the actual implementation. While the list of flags accepted a users flag, the code actually checked for a user flag. Seeing that the business logic seems to handle only one user, I renamed the flag to user.

ferhatelmas commented 3 years ago

released as 0.2.2

FrivalszkyP commented 3 years ago

Thank you!