mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-25 19:11:09 +00:00
Adds line breaks
This commit is contained in:
parent
ba04c3382b
commit
4e47c19901
1 changed files with 25 additions and 1 deletions
|
@ -2,4 +2,28 @@
|
||||||
# for zsh, run:
|
# for zsh, run:
|
||||||
# autoload bashcompinit
|
# autoload bashcompinit
|
||||||
# bashcompinit
|
# bashcompinit
|
||||||
complete -W "up service_ports_web initdb resetdb makemigrations migrate bash shell dbshell restart_celery pytest collectstatic makemessages compilemessages update_locales build clean black populate_streams populate_suggestions generate_thumbnails generate_preview_images copy_media_to_s3 set_cors_to_s3 runweb" -o bashdefault -o default bw-dev
|
complete -W "up
|
||||||
|
service_ports_web
|
||||||
|
initdb
|
||||||
|
resetdb
|
||||||
|
makemigrations
|
||||||
|
migrate
|
||||||
|
bash
|
||||||
|
shell
|
||||||
|
dbshell
|
||||||
|
restart_celery
|
||||||
|
pytest
|
||||||
|
collectstatic
|
||||||
|
makemessages
|
||||||
|
compilemessages
|
||||||
|
update_locales
|
||||||
|
build
|
||||||
|
clean
|
||||||
|
black
|
||||||
|
populate_streams
|
||||||
|
populate_suggestions
|
||||||
|
generate_thumbnails
|
||||||
|
generate_preview_images
|
||||||
|
copy_media_to_s3
|
||||||
|
set_cors_to_s3
|
||||||
|
runweb" -o bashdefault -o default bw-dev
|
||||||
|
|
Loading…
Reference in a new issue