Remove no-longer present `compilescss` from fish autocomplete config

This commit is contained in:
Vivianne Langdon 2022-11-26 12:36:52 -08:00
parent 8ec984c3ff
commit d9ecd35024
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# bw-dev auto-completions for fish-shell.
# copy this to ~./.config/fish/completions/ with the name `bw-dev.fish`
# copy this to ~/.config/fish/completions/ with the name `bw-dev.fish`
# this will only work if renamed to `bw-dev.fish`.
set -l commands up \
@ -61,7 +61,6 @@ __bw_complete "$commands" "black" "run Python code formatting
__bw_complete "$commands" "prettier" "run JavaScript code formatting tool"
__bw_complete "$commands" "stylelint" "run SCSS linting tool"
__bw_complete "$commands" "formatters" "run multiple formatter tools"
__bw_complete "$commands" "compilescss" "compile the SCSS layouts to CSS"
__bw_complete "$commands" "populate_streams" "populate the main streams"
__bw_complete "$commands" "populate_lists_streams" "populate streams for book lists"
__bw_complete "$commands" "populate_suggestions" "populate book suggestions"