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.
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, whereasrequire
is similar in concept to the way other command-line tools have an-r
flag to load code too.