blob: 0ff4224e7b31ac63378ab40cf753002b17690e5e [file] [log] [blame]
#compdef fbuild
# complete fbuild by asking ninja for a list of available targets and trimming the target deps off
_values `"${FUCHSIA_DIR}/buildtools/ninja" -C ${FUCHSIA_BUILD_DIR} -t targets | sed -e 's/: .*//'`