print warning if uicb not documented
This commit is contained in:
parent
135c418275
commit
3b708f2d09
|
@ -10,6 +10,8 @@ do
|
|||
do
|
||||
shortname=$(echo $uicb | cut -d _ -f2-)
|
||||
echo " {\"$shortname\", $uicb},"
|
||||
grep -q "\*$shortname\*" awesomerc.1.txt || \
|
||||
echo " WARNING: $uicb NOT documented" >&2
|
||||
done
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue