flake8
passed.
JSHint
passed.
Review Request #9060 — Created July 8, 2017 and submitted
The
*
in the alias was getting expanded by the shell and so would only
delete a single.pyc
file instead of all of them.
With this patch applied,
rbt clear-pycs
functions as intended.