blob: fc4cef2d0cdc15b8a0bc0c9368562e4e00f87c83 [file] [log] [blame]
#compdef fbuild fbuild-sync
# 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/: .*//'`