Allow to use --skip multiple times (#1351)
Make it possible to add custom system-wide ignored directories with an
alias in shell rc script, e.g.:
alias codespell="codespell --skip=".git,node_modules"
and allow to extend this list by executing codespell alias with extra
--skip argument.
Loading
Please register or sign in to comment