1# Copyright: 2021 Masatake YAMATO 2# License: GPL-2 3 4. ../utils.sh 5 6CTAGS=$1 7 8is_feature_available ${CTAGS} json 9 10${CTAGS} --quiet --options=NONE --sort=no --output-format=json input.f 11