xref: /Universal-ctags/Tmain/tag-relative-option-no-optarg.d/run.sh (revision 00277dc943360a95f28886a3955e2449aecbf8d4)
1# Copyright: 2019 Masatake YAMATO
2# License: GPL-2
3
4CTAGS=$1
5O="--quiet --options=NONE "
6
7${CTAGS} $O --tag-relative --_force-quit=0
8