django-manage: cleanup: doc, whitespace

This commit is contained in:
Daniel Hahler 2015-05-17 23:17:02 +02:00
parent 810b70ca2e
commit 4e5cf99933
1 changed files with 6 additions and 26 deletions

View File

@ -1,19 +1,7 @@
#compdef manage.py django-admin.py
# ------------------------------------------------------------------------------
# Description
# -----------
#
# Completion script for Django's manage.py (https://www.djangoproject.com).
# Completion script for Django's manage.py (https://www.djangoproject.com).
#
# Source: https://github.com/technolize/zsh-completion-funcs
#
# ------------------------------------------------------------------------------
# Authors
# -------
#
# * technolize (https://github.com/technolize)
#
# ------------------------------------------------------------------------------
# Store $word[1] as manage_cmd to be used for callbacks.
manage_cmd=${words[1]}
@ -268,11 +256,3 @@ _manage.py() {
}
_manage.py "$@"
# Local Variables:
# mode: Shell-Script
# sh-indentation: 2
# indent-tabs-mode: nil
# sh-basic-offset: 2
# End:
# vim: ft=zsh sw=2 ts=2 et