Sha256: 23f4e80562b3e24ea95f69abf708eb54e1796c66daf89cedf831335eed7ae3be

Contents?: true

Size: 265 Bytes

Versions: 2

Compression:

Stored size: 265 Bytes

Contents

# Copyright: 2016 Aman Gupta
# License: GPL-2

CTAGS=$1

. ../utils.sh

if is_feature_available ${CTAGS} json; then
    {
	run_with_format json
	run_with_format json --fields="*"
	run_with_format json --fields="*" --extra='*'
    } | grep -v TAG_PROGRAM_VERSION
fi

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ctags.rb-1.1.4 ext/vendor/ctags/Tmain/json-output-format.d/run.sh
ctags.rb-1.1.3 ext/vendor/ctags/Tmain/json-output-format.d/run.sh