material-motion / tools

The Material Motion team's tools
Other
7 stars 5 forks source link

`mdm clone` clones everything #109

Open pingpongboss opened 8 years ago

pingpongboss commented 8 years ago

mdm clone --help does as well.

jverkoey commented 8 years ago

The expected behavior: mdm clone <query> should filter the org's repos and clone all matching repos. mdm clone --help should fail to match any repo and therefor not filter anything. It presently causes grep to error out and ends up cloning every repo.