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 rdoc
setuptools setuptools
uninstall uninstall
Jv
wget wget
WORKDIR WORKDIR
xzf

View file

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

View file

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

View file

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