Polymer / tattoo

Test All The Things Over and Over
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Rename options `repo` -> `require` and `exclude-repo` to `exclude`. #27

Closed usergenic closed 8 years ago

usergenic commented 8 years ago

Follow up thought, I'd like to rename the --repo and --exclude-repo flags to --require and --exclude. I'll keep --skip-test since its more intention revealing. Adding issue for these changes.

I think this clarifies their purpose. repo is so innocuous as to have no meaning other than it's a reference to a repo, whereas require is similar in concept to the way other command-line tools have an -r flag to load code too.

usergenic commented 8 years ago

Fixed this in 5cac7ed3a8c6f325c350c89ab1935f75f1195d12 as part of #22