Fix patter for cli args

This commit is contained in:
Gabo 2020-06-23 16:59:50 -05:00
parent fa6bad1cd9
commit 50053383e0
4 changed files with 2 additions and 4 deletions

View file

@ -3,7 +3,5 @@ nvq
rdoc
setuptools
uninstall
Jv
wget
WORKDIR
xzf

View file

@ -1,3 +1,2 @@
aef
args
pid

View file

@ -68,7 +68,6 @@ lfs
libxml
linted
linting
Lk
loadbalancer
localhost
loglevel

View file

@ -1,3 +1,5 @@
https?:\S*
# ignore long runs of a single character:
([A-Za-z])\1{3,}
# Any CLI args (-xzf -aef)
\ -\w+\b